18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-or-later
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * MPC8572 DS Device Tree Source
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright 2007-2009 Freescale Semiconductor Inc.
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci/include/ "mpc8572si-pre.dtsi"
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci/ {
118c2ecf20Sopenharmony_ci	model = "fsl,MPC8572DS";
128c2ecf20Sopenharmony_ci	compatible = "fsl,MPC8572DS";
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci	memory {
158c2ecf20Sopenharmony_ci		device_type = "memory";
168c2ecf20Sopenharmony_ci	};
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci	board_lbc: lbc: localbus@ffe05000 {
198c2ecf20Sopenharmony_ci		reg = <0 0xffe05000 0 0x1000>;
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ci		ranges = <0x0 0x0 0x0 0xe8000000 0x08000000
228c2ecf20Sopenharmony_ci			  0x1 0x0 0x0 0xe0000000 0x08000000
238c2ecf20Sopenharmony_ci			  0x2 0x0 0x0 0xffa00000 0x00040000
248c2ecf20Sopenharmony_ci			  0x3 0x0 0x0 0xffdf0000 0x00008000
258c2ecf20Sopenharmony_ci			  0x4 0x0 0x0 0xffa40000 0x00040000
268c2ecf20Sopenharmony_ci			  0x5 0x0 0x0 0xffa80000 0x00040000
278c2ecf20Sopenharmony_ci			  0x6 0x0 0x0 0xffac0000 0x00040000>;
288c2ecf20Sopenharmony_ci	};
298c2ecf20Sopenharmony_ci
308c2ecf20Sopenharmony_ci	board_soc: soc: soc8572@ffe00000 {
318c2ecf20Sopenharmony_ci		ranges = <0x0 0 0xffe00000 0x100000>;
328c2ecf20Sopenharmony_ci	};
338c2ecf20Sopenharmony_ci
348c2ecf20Sopenharmony_ci	board_pci0: pci0: pcie@ffe08000 {
358c2ecf20Sopenharmony_ci		reg = <0 0xffe08000 0 0x1000>;
368c2ecf20Sopenharmony_ci		ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000
378c2ecf20Sopenharmony_ci			  0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x00010000>;
388c2ecf20Sopenharmony_ci		pcie@0 {
398c2ecf20Sopenharmony_ci			ranges = <0x2000000 0x0 0x80000000
408c2ecf20Sopenharmony_ci				  0x2000000 0x0 0x80000000
418c2ecf20Sopenharmony_ci				  0x0 0x20000000
428c2ecf20Sopenharmony_ci
438c2ecf20Sopenharmony_ci				  0x1000000 0x0 0x0
448c2ecf20Sopenharmony_ci				  0x1000000 0x0 0x0
458c2ecf20Sopenharmony_ci				  0x0 0x10000>;
468c2ecf20Sopenharmony_ci		};
478c2ecf20Sopenharmony_ci	};
488c2ecf20Sopenharmony_ci
498c2ecf20Sopenharmony_ci	pci1: pcie@ffe09000 {
508c2ecf20Sopenharmony_ci		reg = <0 0xffe09000 0 0x1000>;
518c2ecf20Sopenharmony_ci		ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000
528c2ecf20Sopenharmony_ci			  0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x00010000>;
538c2ecf20Sopenharmony_ci		pcie@0 {
548c2ecf20Sopenharmony_ci			ranges = <0x2000000 0x0 0xa0000000
558c2ecf20Sopenharmony_ci				  0x2000000 0x0 0xa0000000
568c2ecf20Sopenharmony_ci				  0x0 0x20000000
578c2ecf20Sopenharmony_ci
588c2ecf20Sopenharmony_ci				  0x1000000 0x0 0x0
598c2ecf20Sopenharmony_ci				  0x1000000 0x0 0x0
608c2ecf20Sopenharmony_ci				  0x0 0x10000>;
618c2ecf20Sopenharmony_ci		};
628c2ecf20Sopenharmony_ci	};
638c2ecf20Sopenharmony_ci
648c2ecf20Sopenharmony_ci	pci2: pcie@ffe0a000 {
658c2ecf20Sopenharmony_ci		reg = <0 0xffe0a000 0 0x1000>;
668c2ecf20Sopenharmony_ci		ranges = <0x2000000 0x0 0xc0000000 0 0xc0000000 0x0 0x20000000
678c2ecf20Sopenharmony_ci			  0x1000000 0x0 0x00000000 0 0xffc20000 0x0 0x00010000>;
688c2ecf20Sopenharmony_ci		pcie@0 {
698c2ecf20Sopenharmony_ci			ranges = <0x2000000 0x0 0xc0000000
708c2ecf20Sopenharmony_ci				  0x2000000 0x0 0xc0000000
718c2ecf20Sopenharmony_ci				  0x0 0x20000000
728c2ecf20Sopenharmony_ci
738c2ecf20Sopenharmony_ci				  0x1000000 0x0 0x0
748c2ecf20Sopenharmony_ci				  0x1000000 0x0 0x0
758c2ecf20Sopenharmony_ci				  0x0 0x10000>;
768c2ecf20Sopenharmony_ci		};
778c2ecf20Sopenharmony_ci	};
788c2ecf20Sopenharmony_ci};
798c2ecf20Sopenharmony_ci
808c2ecf20Sopenharmony_ci/*
818c2ecf20Sopenharmony_ci * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
828c2ecf20Sopenharmony_ci * for interrupt-map & interrupt-map-mask
838c2ecf20Sopenharmony_ci */
848c2ecf20Sopenharmony_ci
858c2ecf20Sopenharmony_ci/include/ "mpc8572si-post.dtsi"
868c2ecf20Sopenharmony_ci/include/ "mpc8572ds.dtsi"
87