warp.dts (c1144d29f405ce1f4e6ede6482beb3d0d09750c6) | warp.dts (1892e87a3e9170146549779622cb844582f1e2bb) |
---|---|
1/* 2 * Device Tree Source for PIKA Warp 3 * 4 * Copyright (c) 2008-2009 PIKA Technologies 5 * Sean MacLennan <smaclennan@pikatech.com> 6 * 7 * This file is licensed under the terms of the GNU General Public 8 * License version 2. This program is licensed "as is" without --- 244 unchanged lines hidden (view full) --- 253 GPIO1: gpio@ef600c00 { 254 compatible = "ibm,ppc4xx-gpio"; 255 reg = <0xef600c00 0x00000048>; 256 #gpio-cells = <2>; 257 gpio-controller; 258 }; 259 260 power-leds { | 1/* 2 * Device Tree Source for PIKA Warp 3 * 4 * Copyright (c) 2008-2009 PIKA Technologies 5 * Sean MacLennan <smaclennan@pikatech.com> 6 * 7 * This file is licensed under the terms of the GNU General Public 8 * License version 2. This program is licensed "as is" without --- 244 unchanged lines hidden (view full) --- 253 GPIO1: gpio@ef600c00 { 254 compatible = "ibm,ppc4xx-gpio"; 255 reg = <0xef600c00 0x00000048>; 256 #gpio-cells = <2>; 257 gpio-controller; 258 }; 259 260 power-leds { |
261 compatible = "gpio-leds"; | 261 compatible = "warp-power-leds"; |
262 green { 263 gpios = <&GPIO1 0 0>; | 262 green { 263 gpios = <&GPIO1 0 0>; |
264 default-state = "keep"; | |
265 }; 266 red { 267 gpios = <&GPIO1 1 0>; | 264 }; 265 red { 266 gpios = <&GPIO1 1 0>; |
268 default-state = "keep"; | |
269 }; 270 }; 271 272 ZMII0: emac-zmii@ef600d00 { 273 compatible = "ibm,zmii-440ep", "ibm,zmii-440gp", "ibm,zmii"; 274 reg = <0xef600d00 0x0000000c>; 275 }; 276 --- 33 unchanged lines hidden --- | 267 }; 268 }; 269 270 ZMII0: emac-zmii@ef600d00 { 271 compatible = "ibm,zmii-440ep", "ibm,zmii-440gp", "ibm,zmii"; 272 reg = <0xef600d00 0x0000000c>; 273 }; 274 --- 33 unchanged lines hidden --- |