currituck.dts (e5451c8f8330e03ad3cfa16048b4daf961af434f) | currituck.dts (5edc2aae16bcea00bedddfadad94313de3d5dff1) |
---|---|
1/* 2 * Device Tree Source for IBM Embedded PPC 476 Platform 3 * 4 * Copyright © 2011 Tony Breeds IBM Corporation 5 * 6 * This file is licensed under the terms of the GNU General Public 7 * License version 2. This program is licensed "as is" without 8 * any warranty of any kind, whether express or implied. --- 102 unchanged lines hidden (view full) --- 111 IIC0: i2c@00000000 { 112 compatible = "ibm,iic-currituck", "ibm,iic"; 113 reg = <0x0 0x00000014>; 114 interrupt-parent = <&MPIC>; 115 interrupts = <79 2>; 116 #address-cells = <1>; 117 #size-cells = <0>; 118 rtc@68 { | 1/* 2 * Device Tree Source for IBM Embedded PPC 476 Platform 3 * 4 * Copyright © 2011 Tony Breeds IBM Corporation 5 * 6 * This file is licensed under the terms of the GNU General Public 7 * License version 2. This program is licensed "as is" without 8 * any warranty of any kind, whether express or implied. --- 102 unchanged lines hidden (view full) --- 111 IIC0: i2c@00000000 { 112 compatible = "ibm,iic-currituck", "ibm,iic"; 113 reg = <0x0 0x00000014>; 114 interrupt-parent = <&MPIC>; 115 interrupts = <79 2>; 116 #address-cells = <1>; 117 #size-cells = <0>; 118 rtc@68 { |
119 compatible = "stm,m41t80", "m41st85"; | 119 compatible = "st,m41t80", "m41st85"; |
120 reg = <0x68>; 121 }; 122 }; 123 }; 124 125 PCIE0: pciex@10100000000 { // 4xGBIF1 126 device_type = "pci"; 127 #interrupt-cells = <1>; --- 115 unchanged lines hidden --- | 120 reg = <0x68>; 121 }; 122 }; 123 }; 124 125 PCIE0: pciex@10100000000 { // 4xGBIF1 126 device_type = "pci"; 127 #interrupt-cells = <1>; --- 115 unchanged lines hidden --- |