]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/powerpc/boot/dts/fsl/mpc8572ds.dts
Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton...
[mirror_ubuntu-focal-kernel.git] / arch / powerpc / boot / dts / fsl / mpc8572ds.dts
CommitLineData
5d54ddcb
KG
1/*
2 * MPC8572 DS Device Tree Source
3 *
ca34040c 4 * Copyright 2007-2009 Freescale Semiconductor Inc.
5d54ddcb
KG
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
9 * option) any later version.
10 */
11
dc37374b 12/include/ "mpc8572si-pre.dtsi"
53291959 13
5d54ddcb
KG
14/ {
15 model = "fsl,MPC8572DS";
16 compatible = "fsl,MPC8572DS";
5d54ddcb
KG
17
18 memory {
19 device_type = "memory";
5d54ddcb
KG
20 };
21
53291959 22 board_lbc: lbc: localbus@ffe05000 {
91cac623 23 reg = <0 0xffe05000 0 0x1000>;
c64ef80b 24
91cac623
KG
25 ranges = <0x0 0x0 0x0 0xe8000000 0x08000000
26 0x1 0x0 0x0 0xe0000000 0x08000000
27 0x2 0x0 0x0 0xffa00000 0x00040000
28 0x3 0x0 0x0 0xffdf0000 0x00008000
29 0x4 0x0 0x0 0xffa40000 0x00040000
30 0x5 0x0 0x0 0xffa80000 0x00040000
31 0x6 0x0 0x0 0xffac0000 0x00040000>;
c64ef80b
HW
32 };
33
53291959 34 board_soc: soc: soc8572@ffe00000 {
66eb9884 35 ranges = <0x0 0 0xffe00000 0x100000>;
5d54ddcb
KG
36 };
37
53291959 38 board_pci0: pci0: pcie@ffe08000 {
66eb9884 39 reg = <0 0xffe08000 0 0x1000>;
66eb9884
KG
40 ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000
41 0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x00010000>;
5d54ddcb 42 pcie@0 {
32f960e9
KG
43 ranges = <0x2000000 0x0 0x80000000
44 0x2000000 0x0 0x80000000
45 0x0 0x20000000
5d54ddcb 46
32f960e9
KG
47 0x1000000 0x0 0x0
48 0x1000000 0x0 0x0
ca34040c 49 0x0 0x10000>;
5d54ddcb 50 };
5d54ddcb
KG
51 };
52
ea082fa9 53 pci1: pcie@ffe09000 {
66eb9884 54 reg = <0 0xffe09000 0 0x1000>;
66eb9884
KG
55 ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000
56 0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x00010000>;
5d54ddcb 57 pcie@0 {
32f960e9
KG
58 ranges = <0x2000000 0x0 0xa0000000
59 0x2000000 0x0 0xa0000000
60 0x0 0x20000000
5d54ddcb 61
32f960e9
KG
62 0x1000000 0x0 0x0
63 0x1000000 0x0 0x0
ca34040c 64 0x0 0x10000>;
5d54ddcb
KG
65 };
66 };
67
ea082fa9 68 pci2: pcie@ffe0a000 {
66eb9884 69 reg = <0 0xffe0a000 0 0x1000>;
66eb9884
KG
70 ranges = <0x2000000 0x0 0xc0000000 0 0xc0000000 0x0 0x20000000
71 0x1000000 0x0 0x00000000 0 0xffc20000 0x0 0x00010000>;
5d54ddcb 72 pcie@0 {
32f960e9
KG
73 ranges = <0x2000000 0x0 0xc0000000
74 0x2000000 0x0 0xc0000000
75 0x0 0x20000000
5d54ddcb 76
32f960e9
KG
77 0x1000000 0x0 0x0
78 0x1000000 0x0 0x0
ca34040c 79 0x0 0x10000>;
5d54ddcb
KG
80 };
81 };
82};
53291959
KG
83
84/*
85 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
86 * for interrupt-map & interrupt-map-mask
87 */
88
dc37374b 89/include/ "mpc8572si-post.dtsi"
53291959 90/include/ "mpc8572ds.dtsi"