tqm8555.dts (2d8ad8719591fa803b0d589ed057fa46f49b7155) | tqm8555.dts (f706bed1144e0fdad2b583549fc366afd4a1e9f1) |
---|---|
1/* 2 * TQM 8555 Device Tree Source 3 * 4 * Copyright 2008 Freescale Semiconductor Inc. 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the 8 * Free Software Foundation; either version 2 of the License, or (at your --- 210 unchanged lines hidden (view full) --- 219 device_type = "tbi-phy"; 220 }; 221 }; 222 }; 223 224 serial0: serial@4500 { 225 cell-index = <0>; 226 device_type = "serial"; | 1/* 2 * TQM 8555 Device Tree Source 3 * 4 * Copyright 2008 Freescale Semiconductor Inc. 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the 8 * Free Software Foundation; either version 2 of the License, or (at your --- 210 unchanged lines hidden (view full) --- 219 device_type = "tbi-phy"; 220 }; 221 }; 222 }; 223 224 serial0: serial@4500 { 225 cell-index = <0>; 226 device_type = "serial"; |
227 compatible = "ns16550"; | 227 compatible = "fsl,ns16550", "ns16550"; |
228 reg = <0x4500 0x100>; // reg base, size 229 clock-frequency = <0>; // should we fill in in uboot? 230 interrupts = <42 2>; 231 interrupt-parent = <&mpic>; 232 }; 233 234 serial1: serial@4600 { 235 cell-index = <1>; 236 device_type = "serial"; | 228 reg = <0x4500 0x100>; // reg base, size 229 clock-frequency = <0>; // should we fill in in uboot? 230 interrupts = <42 2>; 231 interrupt-parent = <&mpic>; 232 }; 233 234 serial1: serial@4600 { 235 cell-index = <1>; 236 device_type = "serial"; |
237 compatible = "ns16550"; | 237 compatible = "fsl,ns16550", "ns16550"; |
238 reg = <0x4600 0x100>; // reg base, size 239 clock-frequency = <0>; // should we fill in in uboot? 240 interrupts = <42 2>; 241 interrupt-parent = <&mpic>; 242 }; 243 244 crypto@30000 { 245 compatible = "fsl,sec2.0"; --- 84 unchanged lines hidden --- | 238 reg = <0x4600 0x100>; // reg base, size 239 clock-frequency = <0>; // should we fill in in uboot? 240 interrupts = <42 2>; 241 interrupt-parent = <&mpic>; 242 }; 243 244 crypto@30000 { 245 compatible = "fsl,sec2.0"; --- 84 unchanged lines hidden --- |