2 * MPC8544 DS Device Tree Source
4 * Copyright 2007, 2008 Freescale Semiconductor Inc.
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
9 * option) any later version.
24 compatible = "simple-bus";
26 ranges = <0x0 0xe0000000 0x100000>;
27 reg = <0xe0000000 0x1000>; // CCSRBAR 1M
28 bus-frequency = <0>; // Filled out by uboot.
30 serial0: serial@4500 {
32 device_type = "serial";
33 compatible = "ns16550";
35 clock-frequency = <0>;
37 interrupt-parent = <&mpic>;
40 serial1: serial@4600 {
42 device_type = "serial";
43 compatible = "ns16550";
45 clock-frequency = <0>;
47 interrupt-parent = <&mpic>;
53 #interrupt-cells = <2>;
54 reg = <0x40000 0x40000>;
55 compatible = "chrp,open-pic";
56 device_type = "open-pic";
59 global-utilities@e0000 { //global utilities block
60 compatible = "fsl,mpc8544-guts";
61 reg = <0xe0000 0x1000>;
68 compatible = "fsl,mpc8540-pci";
70 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
73 /* IDSEL 0x11 J17 Slot 1 */
74 0x8800 0x0 0x0 0x1 &mpic 0x2 0x1
75 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
76 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
77 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1
79 /* IDSEL 0x12 J16 Slot 2 */
81 0x9000 0x0 0x0 0x1 &mpic 0x3 0x1
82 0x9000 0x0 0x0 0x2 &mpic 0x4 0x1
83 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
84 0x9000 0x0 0x0 0x4 &mpic 0x1 0x1>;
86 interrupt-parent = <&mpic>;
89 ranges = <0x2000000 0x0 0xc0000000 0xc0000000 0x0 0x20000000
90 0x1000000 0x0 0x0 0xe1000000 0x0 0x10000>;
91 clock-frequency = <66666666>;
92 #interrupt-cells = <1>;
95 reg = <0xe0008000 0x1000>;
99 linux,stdout-path = "/soc8544@e0000000/serial@4500";