|
@@ -9,6 +9,7 @@ Required properties :
|
|
- interrupts: interrupt number to the cpu.
|
|
- interrupts: interrupt number to the cpu.
|
|
- #address-cells = <1>;
|
|
- #address-cells = <1>;
|
|
- #size-cells = <0>;
|
|
- #size-cells = <0>;
|
|
|
|
+- clocks: phandles to input clocks.
|
|
|
|
|
|
Optional properties:
|
|
Optional properties:
|
|
- Child nodes conforming to i2c bus binding
|
|
- Child nodes conforming to i2c bus binding
|
|
@@ -21,6 +22,7 @@ i2c0: i2c@fff84000 {
|
|
interrupts = <12 4 6>;
|
|
interrupts = <12 4 6>;
|
|
#address-cells = <1>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
#size-cells = <0>;
|
|
|
|
+ clocks = <&twi0_clk>;
|
|
|
|
|
|
24c512@50 {
|
|
24c512@50 {
|
|
compatible = "24c512";
|
|
compatible = "24c512";
|