1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * SBC8548 Device Tree Source
5 * Configured for booting off the alternate (64MB SODIMM) flash.
6 * Requires switching JP12 jumpers and changing SW2.8 setting.
8 * Copyright 2013 Wind River Systems Inc.
10 * Paul Gortmaker (see MAINTAINERS for contact information)
16 /include/ "sbc8548-pre.dtsi"
22 compatible = "simple-bus";
23 reg = <0xe0000000 0x5000>;
24 interrupt-parent = <&mpic>;
26 ranges = <0x0 0x0 0xfc000000 0x04000000 /*64MB Flash*/
27 0x3 0x0 0xf0000000 0x04000000 /*64MB SDRAM*/
28 0x4 0x0 0xf4000000 0x04000000 /*64MB SDRAM*/
29 0x5 0x0 0xf8000000 0x00b10000 /* EPLD */
30 0x6 0x0 0xef800000 0x00800000>; /*8MB Flash*/
35 reg = <0x0 0x0 0x04000000>;
36 compatible = "intel,JS28F128", "cfi-flash";
41 /* FC000000 -> FFEFFFFF */
42 reg = <0x00000000 0x03f00000>;
46 /* FFF00000 -> FFFFFFFF */
47 reg = <0x03f00000 0x00100000>;
54 compatible = "wrs,epld-localbus";
57 reg = <0x5 0x0 0x00b10000>;
59 0x0 0x0 0x5 0x000000 0x1fff /* LED */
60 0x1 0x0 0x5 0x100000 0x1fff /* Switches */
61 0x3 0x0 0x5 0x300000 0x1fff /* HW Rev. */
62 0xb 0x0 0x5 0xb00000 0x1fff /* EEPROM */
67 reg = <0x0 0x0 0x1fff>;
71 compatible = "switches";
72 reg = <0x1 0x0 0x1fff>;
76 compatible = "hw-rev";
77 reg = <0x3 0x0 0x1fff>;
81 compatible = "eeprom";
90 compatible = "intel,JS28F640", "cfi-flash";
91 reg = <0x6 0x0 0x800000>;
96 /* EF800000 -> EFF9FFFF */
97 reg = <0x00000000 0x007a0000>;
100 label = "bootloader";
101 /* EFFA0000 -> EFFFFFFF */
102 reg = <0x007a0000 0x00060000>;
111 /include/ "sbc8548-post.dtsi"