Skip to content

Commit 7abb676

Browse files
aailletcfriedt
authored andcommitted
dts: bindings: i2c: add Renesas R-Car I2C
Third generation R-Car series products have up to seven I2C bus interfaces conformant with the Philips Semiconductors (now NXP Semiconductors) I2C bus (Inter-IC bus) specification. Signed-off-by: Aymeric Aillet <[email protected]>
1 parent 60210a6 commit 7abb676

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright (c) 2021, IoT.bzh
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: Renesas R-Car I2C controller
5+
6+
compatible: "renesas,rcar-i2c"
7+
8+
include: i2c-controller.yaml
9+
10+
properties:
11+
reg:
12+
required: true
13+
interrupts:
14+
required: true
15+
clocks:
16+
required: true

0 commit comments

Comments
 (0)