warp.dts (348b346b238d9c0e5694c8d0b835a099cb383835) | warp.dts (ba703e1a7a0b32f740bcfba8e60ad193afa4e723) |
---|---|
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 --- 247 unchanged lines hidden (view full) --- 256 #gpio-cells = <2>; 257 gpio-controller; 258 }; 259 260 power-leds { 261 compatible = "gpio-leds"; 262 green { 263 gpios = <&GPIO1 0 0>; | 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 --- 247 unchanged lines hidden (view full) --- 256 #gpio-cells = <2>; 257 gpio-controller; 258 }; 259 260 power-leds { 261 compatible = "gpio-leds"; 262 green { 263 gpios = <&GPIO1 0 0>; |
264 default-state = "on"; | 264 default-state = "keep"; |
265 }; 266 red { 267 gpios = <&GPIO1 1 0>; | 265 }; 266 red { 267 gpios = <&GPIO1 1 0>; |
268 default-state = "keep"; |
|
268 }; 269 }; 270 271 ZMII0: emac-zmii@ef600d00 { 272 compatible = "ibm,zmii-440ep", "ibm,zmii-440gp", "ibm,zmii"; 273 reg = <0xef600d00 0x0000000c>; 274 }; 275 --- 33 unchanged lines hidden --- | 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 --- |