currituck.dts (f26e8817b235d8764363bffcc9cbfc61867371f2) | currituck.dts (600ecc1936be075f611f299755e2de90b205eb82) |
---|---|
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. --- 94 unchanged lines hidden (view full) --- 103 interrupts = <34 2>; 104 }; 105 106 FPGA0: fpga@50000000 { 107 compatible = "ibm,currituck-fpga"; 108 reg = <0x50000000 0x4>; 109 }; 110 | 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. --- 94 unchanged lines hidden (view full) --- 103 interrupts = <34 2>; 104 }; 105 106 FPGA0: fpga@50000000 { 107 compatible = "ibm,currituck-fpga"; 108 reg = <0x50000000 0x4>; 109 }; 110 |
111 IIC0: i2c@00000000 { | 111 IIC0: i2c@0 { |
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 = "st,m41t80", "m41st85"; --- 123 unchanged lines hidden --- | 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 = "st,m41t80", "m41st85"; --- 123 unchanged lines hidden --- |