| # Copyright (c) 2019 Mohamed ElShahawi (ExtremeGTX@hotmail.com) | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: ESP32 I2C | |
| compatible: "espressif,esp32-i2c" | |
| include: i2c-controller.yaml | |
| properties: | |
| reg: | |
| required: true | |
| interrupts: | |
| required: false | |
| sda-pin: | |
| type: int | |
| description: SDA pin | |
| required: true | |
| scl-pin: | |
| type: int | |
| description: SCL pin | |
| required: true | |
| tx-lsb: | |
| type: boolean | |
| required: false | |
| description: Set I2C TX data as LSB | |
| rx-lsb: | |
| type: boolean | |
| required: false | |
| description: Set I2C RX data as LSB |