1 // SPDX-License-Identifier: GPL-2.0-or-later or MIT
3 /include/ "fsl/p1010si-pre.dtsi"
6 model = "Sophos RED 15w Rev.1";
7 compatible = "sophos,red-15w-rev1";
10 led-boot = &system_green;
11 led-failsafe = &system_red;
12 led-running = &system_green;
13 led-upgrade = &system_red;
17 device_type = "memory";
21 compatible = "gpio-leds";
23 system_green: system_green {
25 label = "red-15w-rev1:green:system";
28 system_red: system_red {
30 label = "red-15w-rev1:red:system";
35 label = "red-15w-rev1:green:router";
40 label = "red-15w-rev1:green:internet";
45 label = "red-15w-rev1:green:tunnel";
50 ranges = <0x0 0x0 0xffe00000 0x100000>;
54 compatible = "st,24c256";
61 compatible = "atmel,24c01";
66 gpio0: gpio-controller@fc00 {
75 phy0: ethernet-phy@0 {
90 enet0: ethernet@b0000 {
91 phy-connection-type = "rgmii-id";
99 enet1: ethernet@b1000 {
100 phy-handle = <&phy0>;
101 phy-connection-type = "sgmii";
103 tbi-handle = <&tbi_phy>;
106 enet2: ethernet@b2000 {
116 reg = <0x0 0xffe1e000 0 0x2000>;
118 /* NOR, NAND Flashes and CPLD on board */
119 ranges = <0x0 0x0 0x0 0xee000000 0x02000000
120 0x1 0x0 0x0 0xff800000 0x00010000
121 0x3 0x0 0x0 0xffb00000 0x00000020>;
124 compatible = "fsl,ifc-nand";
125 reg = <0x1 0x0 0x10000>;
128 compatible = "fixed-partitions";
129 #address-cells = <1>;
133 * Original partition layout:
134 * 0x000000000000-0x000000100000 : "NAND U-Boot Image"
135 * 0x000000100000-0x000000200000 : "NAND U-Boot Environment"
136 * 0x000000200000-0x000000300000 : "Provisioning"
138 * 0x000000300000-0x000000400000 : "fdt1"
139 * 0x000000400000-0x000000c00000 : "uimage1"
140 * 0x000000c00000-0x000001c00000 : "rootfs1"
142 * 0x000001c00000-0x000001d00000 : "fdt2"
143 * 0x000001d00000-0x000002500000 : "uimage2"
144 * 0x000002500000-0x000003500000 : "rootfs2"
146 * 0x000003500000-0x000008000000 : "data"
150 reg = <0x0 0x100000>;
156 reg = <0x100000 0x100000>;
157 label = "u-boot-env";
161 reg = <0x200000 0x100000>;
162 label = "provisioning";
167 reg = <0x300000 0x800000>;
172 reg = <0xb00000 0x7500000>;
176 oem-partition@300000 {
177 reg = <0x300000 0x1900000>;
178 label = "sophos-os1";
181 oem-partition@1c00000 {
182 reg = <0x1c00000 0x1900000>;
183 label = "sophos-os2";
186 oem-partition@3500000 {
187 reg = <0x3500000 0x4b00000>;
188 label = "sophos-data";
194 pci0: pcie@ffe09000 {
198 pci1: pcie@ffe0a000 {
199 reg = <0 0xffe0a000 0 0x1000>;
200 ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000
201 0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x10000>;
203 ranges = <0x2000000 0x0 0x80000000
204 0x2000000 0x0 0x80000000
214 /include/ "fsl/p1010si-post.dtsi"