tqm8540.dts (d4bbf7e7759afc172e2bfbc5c416324590049cdd) tqm8540.dts (f706bed1144e0fdad2b583549fc366afd4a1e9f1)
1/*
2 * TQM 8540 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

--- 236 unchanged lines hidden (view full) ---

245 device_type = "tbi-phy";
246 };
247 };
248 };
249
250 serial0: serial@4500 {
251 cell-index = <0>;
252 device_type = "serial";
1/*
2 * TQM 8540 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

--- 236 unchanged lines hidden (view full) ---

245 device_type = "tbi-phy";
246 };
247 };
248 };
249
250 serial0: serial@4500 {
251 cell-index = <0>;
252 device_type = "serial";
253 compatible = "ns16550";
253 compatible = "fsl,ns16550", "ns16550";
254 reg = <0x4500 0x100>; // reg base, size
255 clock-frequency = <0>; // should we fill in in uboot?
256 interrupts = <42 2>;
257 interrupt-parent = <&mpic>;
258 };
259
260 serial1: serial@4600 {
261 cell-index = <1>;
262 device_type = "serial";
254 reg = <0x4500 0x100>; // reg base, size
255 clock-frequency = <0>; // should we fill in in uboot?
256 interrupts = <42 2>;
257 interrupt-parent = <&mpic>;
258 };
259
260 serial1: serial@4600 {
261 cell-index = <1>;
262 device_type = "serial";
263 compatible = "ns16550";
263 compatible = "fsl,ns16550", "ns16550";
264 reg = <0x4600 0x100>; // reg base, size
265 clock-frequency = <0>; // should we fill in in uboot?
266 interrupts = <42 2>;
267 interrupt-parent = <&mpic>;
268 };
269
270 mpic: pic@40000 {
271 interrupt-controller;

--- 78 unchanged lines hidden ---
264 reg = <0x4600 0x100>; // reg base, size
265 clock-frequency = <0>; // should we fill in in uboot?
266 interrupts = <42 2>;
267 interrupt-parent = <&mpic>;
268 };
269
270 mpic: pic@40000 {
271 interrupt-controller;

--- 78 unchanged lines hidden ---