blob: 59fb74fe263d3c35fc8b2998ea624a8f9c88c166 [file] [log] [blame]
# Copyright (c) 2019 Mohamed ElShahawi (ExtremeGTX@hotmail.com)
# SPDX-License-Identifier: Apache-2.0
title: ESP32 I2C
description: |
This is a representation of the 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