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.
15 compatible = "MPC8544DS", "MPC85xxDS";
32 d-cache-line-size = <32>; // 32 bytes
33 i-cache-line-size = <32>; // 32 bytes
34 d-cache-size = <0x8000>; // L1, 32K
35 i-cache-size = <0x8000>; // L1, 32K
36 timebase-frequency = <0>;
38 clock-frequency = <0>;
43 device_type = "memory";
44 reg = <0x0 0x0>; // Filled by U-Boot
51 compatible = "simple-bus";
53 ranges = <0x0 0xe0000000 0x100000>;
54 reg = <0xe0000000 0x1000>; // CCSRBAR 1M
55 bus-frequency = <0>; // Filled out by uboot.
57 serial0: serial@4500 {
59 device_type = "serial";
60 compatible = "ns16550";
62 clock-frequency = <0>;
64 interrupt-parent = <&mpic>;
67 serial1: serial@4600 {
69 device_type = "serial";
70 compatible = "ns16550";
72 clock-frequency = <0>;
74 interrupt-parent = <&mpic>;
80 #interrupt-cells = <2>;
81 reg = <0x40000 0x40000>;
82 compatible = "chrp,open-pic";
83 device_type = "open-pic";
89 compatible = "fsl,mpc8540-pci";
91 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
94 /* IDSEL 0x11 J17 Slot 1 */
95 0x8800 0x0 0x0 0x1 &mpic 0x2 0x1
96 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
97 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
98 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1
100 /* IDSEL 0x12 J16 Slot 2 */
102 0x9000 0x0 0x0 0x1 &mpic 0x3 0x1
103 0x9000 0x0 0x0 0x2 &mpic 0x4 0x1
104 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
105 0x9000 0x0 0x0 0x4 &mpic 0x1 0x1>;
107 interrupt-parent = <&mpic>;
110 ranges = <0x2000000 0x0 0xc0000000 0xc0000000 0x0 0x20000000
111 0x1000000 0x0 0x0 0xe1000000 0x0 0x10000>;
112 clock-frequency = <66666666>;
113 #interrupt-cells = <1>;
115 #address-cells = <3>;
116 reg = <0xe0008000 0x1000>;
120 linux,stdout-path = "/soc8544@e0000000/serial@4500";