5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
9 compatible = "arcwireless,freestation5", "ralink,rt3050-soc";
10 model = "ARC FreeStation5";
13 bootargs = "console=ttyS0,115200";
17 compatible = "cfi-flash";
18 reg = <0x1f000000 0x800000>;
23 compatible = "fixed-partitions";
35 reg = <0x30000 0x10000>;
39 factory: partition@40000 {
41 reg = <0x40000 0x10000>;
46 compatible = "denx,uimage";
48 reg = <0x50000 0x7b0000>;
54 compatible = "gpio-export";
57 * Used to enable power-over-ethernet passthrough from port0 to port1.
58 * Disable passthrough by default to prevent accidental equipment damage.
61 gpio-export,name = "poe-passthrough";
62 gpio-export,output = <1>;
63 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
68 compatible = "gpio-leds";
71 * The following leds are defined in the ArcOS firmware, but reportedly
72 * not present in the Freestation5 device.
75 label = "freestation5:unknown:wifi";
76 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
80 label = "freestation5:unknown:powerg";
81 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
85 label = "freestation5:unknown:usb";
86 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
92 state_default: pinctrl0 {
94 ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
95 ralink,function = "gpio";
101 mtd-mac-address = <&factory 0x4>;
105 mediatek,portmap = <0x01>;
109 ralink,mtd-eeprom = <&factory 0>;