3 /include/ "rt3050.dtsi"
6 compatible = "FREESTATION5", "ralink,rt3050-soc";
7 model = "ARC FreeStation5";
10 bootargs = "console=ttyS0,115200";
14 state_default: pinctrl0 {
16 ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
17 ralink,function = "gpio";
23 compatible = "cfi-flash";
24 reg = <0x1f000000 0x800000>;
38 reg = <0x30000 0x10000>;
42 factory: partition@40000 {
44 reg = <0x40000 0x10000>;
50 reg = <0x50000 0x7b0000>;
55 mtd-mac-address = <&factory 0x4>;
59 mediatek,portmap = <0x01>;
63 ralink,mtd-eeprom = <&factory 0>;
71 compatible = "gpio-export";
73 // Used to enable power-over-ethernet passthrough from port0 to port1.
74 // Disable passthrough by default to prevent accidental equipment damage.
76 gpio-export,name = "poe-passthrough";
77 gpio-export,output = <1>; // OUT_INIT_HIGH
78 gpios = <&gpio0 11 1>; // GPIO 11, ACTIVE_LOW
83 compatible = "gpio-leds";
85 // The following leds are defined in the ArcOS firmware, but reportedly
86 // not present in the Freestation5 device.
88 label = "freestation5:unknown:wifi";
93 label = "freestation5:unknown:powerg";
98 label = "freestation5:unknown:usb";
99 gpios = <&gpio0 14 1>;