forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt
....@@ -1,7 +1,9 @@
11 Broadcom BCM2835 I2C controller
22
33 Required properties:
4
-- compatible : Should be "brcm,bcm2835-i2c".
4
+- compatible : Should be one of:
5
+ "brcm,bcm2711-i2c"
6
+ "brcm,bcm2835-i2c"
57 - reg: Should contain register location and length.
68 - interrupts: Should contain interrupt.
79 - clocks : The clock feeding the I2C controller.
....@@ -11,7 +13,7 @@
1113
1214 Example:
1315
14
-i2c@20205000 {
16
+i2c@7e205000 {
1517 compatible = "brcm,bcm2835-i2c";
1618 reg = <0x7e205000 0x1000>;
1719 interrupts = <2 21>;