You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ramips/dts/ALL0256N.dtsi

64 lines
981 B
Plaintext

#include "rt3050.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
/ {
compatible = "allnet,all0256n", "ralink,rt3050-soc";
leds {
compatible = "gpio-leds";
rssilow {
label = "all0256n:green:rssilow";
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
};
rssimed {
label = "all0256n:green:rssimed";
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
};
rssihigh {
label = "all0256n:green:rssihigh";
gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
};
};
keys {
compatible = "gpio-keys-polled";
poll-interval = <20>;
reset {
label = "reset";
gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
};
};
};
&gpio0 {
status = "okay";
};
&pinctrl {
state_default: pinctrl0 {
gpio {
ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
ralink,function = "gpio";
};
};
};
&ethernet {
mtd-mac-address = <&factory 0x28>;
};
&esw {
mediatek,portmap = <0x3f>;
};
&wmac {
ralink,mtd-eeprom = <&factory 0>;
};