diff options
| -rw-r--r-- | arch/powerpc/boot/dts/warp.dts | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/warp.dts b/arch/powerpc/boot/dts/warp.dts index 340018cf16b7..730073671bb5 100644 --- a/arch/powerpc/boot/dts/warp.dts +++ b/arch/powerpc/boot/dts/warp.dts | |||
| @@ -139,6 +139,11 @@ | |||
| 139 | interrupt-parent = <&UIC0>; | 139 | interrupt-parent = <&UIC0>; |
| 140 | }; | 140 | }; |
| 141 | 141 | ||
| 142 | fpga@2,2000 { | ||
| 143 | compatible = "pika,fpga-sgl"; | ||
| 144 | reg = <0x00000002 0x00002000 0x00000200>; | ||
| 145 | }; | ||
| 146 | |||
| 142 | fpga@2,4000 { | 147 | fpga@2,4000 { |
| 143 | compatible = "pika,fpga-sd"; | 148 | compatible = "pika,fpga-sd"; |
| 144 | reg = <0x00000002 0x00004000 0x00000A00>; | 149 | reg = <0x00000002 0x00004000 0x00000A00>; |
| @@ -181,7 +186,6 @@ | |||
| 181 | reg = <0xef600700 0x00000014>; | 186 | reg = <0xef600700 0x00000014>; |
| 182 | interrupt-parent = <&UIC0>; | 187 | interrupt-parent = <&UIC0>; |
| 183 | interrupts = <0x2 0x4>; | 188 | interrupts = <0x2 0x4>; |
| 184 | index = <0x0>; | ||
| 185 | #address-cells = <1>; | 189 | #address-cells = <1>; |
| 186 | #size-cells = <0>; | 190 | #size-cells = <0>; |
| 187 | 191 | ||
| @@ -191,6 +195,12 @@ | |||
| 191 | interrupts = <0x19 0x8>; | 195 | interrupts = <0x19 0x8>; |
| 192 | interrupt-parent = <&UIC0>; | 196 | interrupt-parent = <&UIC0>; |
| 193 | }; | 197 | }; |
| 198 | |||
| 199 | /* This will create 52 and 53 */ | ||
| 200 | at24@52 { | ||
| 201 | compatible = "at,24c04"; | ||
| 202 | reg = <0x52>; | ||
| 203 | }; | ||
| 194 | }; | 204 | }; |
| 195 | 205 | ||
| 196 | GPIO0: gpio@ef600b00 { | 206 | GPIO0: gpio@ef600b00 { |
| @@ -209,7 +219,13 @@ | |||
| 209 | led@31 { | 219 | led@31 { |
| 210 | compatible = "linux,gpio-led"; | 220 | compatible = "linux,gpio-led"; |
| 211 | linux,name = ":green:"; | 221 | linux,name = ":green:"; |
| 212 | gpios = <&GPIO1 0x30 0>; | 222 | gpios = <&GPIO1 31 0>; |
| 223 | }; | ||
| 224 | |||
| 225 | led@30 { | ||
| 226 | compatible = "linux,gpio-led"; | ||
| 227 | linux,name = ":red:"; | ||
| 228 | gpios = <&GPIO1 30 0>; | ||
| 213 | }; | 229 | }; |
| 214 | }; | 230 | }; |
| 215 | 231 | ||
