warp.dts (e5451c8f8330e03ad3cfa16048b4daf961af434f) | warp.dts (adeb8667eaf5f00b5a7f0cede680cda078e8424b) |
---|---|
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 --- 224 unchanged lines hidden (view full) --- 233 compatible = "adi,ad7414"; 234 reg = <0x4a>; 235 interrupts = <0x19 0x8>; 236 interrupt-parent = <&UIC0>; 237 }; 238 239 /* This will create 52 and 53 */ 240 at24@52 { | 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 --- 224 unchanged lines hidden (view full) --- 233 compatible = "adi,ad7414"; 234 reg = <0x4a>; 235 interrupts = <0x19 0x8>; 236 interrupt-parent = <&UIC0>; 237 }; 238 239 /* This will create 52 and 53 */ 240 at24@52 { |
241 compatible = "at,24c04"; | 241 compatible = "atmel,24c04"; |
242 reg = <0x52>; 243 }; 244 }; 245 246 GPIO0: gpio@ef600b00 { 247 compatible = "ibm,ppc4xx-gpio"; 248 reg = <0xef600b00 0x00000048>; 249 #gpio-cells = <2>; --- 60 unchanged lines hidden --- | 242 reg = <0x52>; 243 }; 244 }; 245 246 GPIO0: gpio@ef600b00 { 247 compatible = "ibm,ppc4xx-gpio"; 248 reg = <0xef600b00 0x00000048>; 249 #gpio-cells = <2>; --- 60 unchanged lines hidden --- |