diff options
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8377_rdb.dts | 6 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/mpc8378_rdb.dts | 6 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/mpc8379_rdb.dts | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8377_rdb.dts b/arch/powerpc/boot/dts/mpc8377_rdb.dts index b4ab3d091e6e..165463f77844 100644 --- a/arch/powerpc/boot/dts/mpc8377_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8377_rdb.dts | |||
@@ -118,6 +118,12 @@ | |||
118 | interrupts = <14 0x8>; | 118 | interrupts = <14 0x8>; |
119 | interrupt-parent = <&ipic>; | 119 | interrupt-parent = <&ipic>; |
120 | dfsrr; | 120 | dfsrr; |
121 | |||
122 | at24@50 { | ||
123 | compatible = "at24,24c256"; | ||
124 | reg = <0x50>; | ||
125 | }; | ||
126 | |||
121 | rtc@68 { | 127 | rtc@68 { |
122 | compatible = "dallas,ds1339"; | 128 | compatible = "dallas,ds1339"; |
123 | reg = <0x68>; | 129 | reg = <0x68>; |
diff --git a/arch/powerpc/boot/dts/mpc8378_rdb.dts b/arch/powerpc/boot/dts/mpc8378_rdb.dts index 1b05fb0bf383..f9830aebe941 100644 --- a/arch/powerpc/boot/dts/mpc8378_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8378_rdb.dts | |||
@@ -118,6 +118,12 @@ | |||
118 | interrupts = <14 0x8>; | 118 | interrupts = <14 0x8>; |
119 | interrupt-parent = <&ipic>; | 119 | interrupt-parent = <&ipic>; |
120 | dfsrr; | 120 | dfsrr; |
121 | |||
122 | at24@50 { | ||
123 | compatible = "at24,24c256"; | ||
124 | reg = <0x50>; | ||
125 | }; | ||
126 | |||
121 | rtc@68 { | 127 | rtc@68 { |
122 | compatible = "dallas,ds1339"; | 128 | compatible = "dallas,ds1339"; |
123 | reg = <0x68>; | 129 | reg = <0x68>; |
diff --git a/arch/powerpc/boot/dts/mpc8379_rdb.dts b/arch/powerpc/boot/dts/mpc8379_rdb.dts index 72cdc3c4c7e3..2c06d39dbe98 100644 --- a/arch/powerpc/boot/dts/mpc8379_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8379_rdb.dts | |||
@@ -116,6 +116,12 @@ | |||
116 | interrupts = <14 0x8>; | 116 | interrupts = <14 0x8>; |
117 | interrupt-parent = <&ipic>; | 117 | interrupt-parent = <&ipic>; |
118 | dfsrr; | 118 | dfsrr; |
119 | |||
120 | at24@50 { | ||
121 | compatible = "at24,24c256"; | ||
122 | reg = <0x50>; | ||
123 | }; | ||
124 | |||
119 | rtc@68 { | 125 | rtc@68 { |
120 | compatible = "dallas,ds1339"; | 126 | compatible = "dallas,ds1339"; |
121 | reg = <0x68>; | 127 | reg = <0x68>; |