1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * SBC8548 Device Tree Source
5 * Copyright 2007 Wind River Systems Inc.
7 * Paul Gortmaker (see MAINTAINERS for contact information)
13 /include/ "sbc8548-pre.dtsi"
19 compatible = "simple-bus";
20 reg = <0xe0000000 0x5000>;
21 interrupt-parent = <&mpic>;
23 ranges = <0x0 0x0 0xff800000 0x00800000 /*8MB Flash*/
24 0x3 0x0 0xf0000000 0x04000000 /*64MB SDRAM*/
25 0x4 0x0 0xf4000000 0x04000000 /*64MB SDRAM*/
26 0x5 0x0 0xf8000000 0x00b10000 /* EPLD */
27 0x6 0x0 0xec000000 0x04000000>; /*64MB Flash*/
33 compatible = "intel,JS28F640", "cfi-flash";
34 reg = <0x0 0x0 0x800000>;
39 /* FF800000 -> FFF9FFFF */
40 reg = <0x00000000 0x007a0000>;
44 /* FFFA0000 -> FFFFFFFF */
45 reg = <0x007a0000 0x00060000>;
51 compatible = "wrs,epld-localbus";
54 reg = <0x5 0x0 0x00b10000>;
56 0x0 0x0 0x5 0x000000 0x1fff /* LED */
57 0x1 0x0 0x5 0x100000 0x1fff /* Switches */
58 0x3 0x0 0x5 0x300000 0x1fff /* HW Rev. */
59 0xb 0x0 0x5 0xb00000 0x1fff /* EEPROM */
64 reg = <0x0 0x0 0x1fff>;
68 compatible = "switches";
69 reg = <0x1 0x0 0x1fff>;
73 compatible = "hw-rev";
74 reg = <0x3 0x0 0x1fff>;
78 compatible = "eeprom";
87 reg = <0x6 0x0 0x04000000>;
88 compatible = "intel,JS28F128", "cfi-flash";
93 /* EC000000 -> EFEFFFFF */
94 reg = <0x00000000 0x03f00000>;
98 /* EFF00000 -> EFFFFFFF */
99 reg = <0x03f00000 0x00100000>;
106 /include/ "sbc8548-post.dtsi"