blob: 31b149fac0a87f0eb16f3ea0e53eb440ef4b109a [file] [log] [blame]
# 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