kernel/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt
.. .. @@ -1,7 +1,9 @@ 1 1 Broadcom BCM2835 I2C controller 2 2 3 3 Required properties: 4 -- compatible : Should be "brcm,bcm2835-i2c".4 +- compatible : Should be one of:5 + "brcm,bcm2711-i2c"6 + "brcm,bcm2835-i2c"5 7 - reg: Should contain register location and length. 6 8 - interrupts: Should contain interrupt. 7 9 - clocks : The clock feeding the I2C controller. .. .. @@ -11,7 +13,7 @@ 11 13 12 14 Example: 13 15 14 -i2c@20205000 {16 +i2c@7e205000 {15 17 compatible = "brcm,bcm2835-i2c"; 16 18 reg = <0x7e205000 0x1000>; 17 19 interrupts = <2 21>;