|
@@ -1,80 +1,10 @@
|
|
|
/dts-v1/;
|
|
|
|
|
|
-#include "rt3050.dtsi"
|
|
|
-
|
|
|
-#include <dt-bindings/gpio/gpio.h>
|
|
|
-#include <dt-bindings/input/input.h>
|
|
|
+#include "ASL26555.dtsi"
|
|
|
|
|
|
/ {
|
|
|
compatible = "alphanetworks,asl26555-8m", "alphanetworks,asl26555", "ralink,rt3050-soc";
|
|
|
model = "Alpha ASL26555 (8M)";
|
|
|
-
|
|
|
- gpio-keys-polled {
|
|
|
- compatible = "gpio-keys-polled";
|
|
|
- #address-cells = <1>;
|
|
|
- #size-cells = <0>;
|
|
|
- poll-interval = <20>;
|
|
|
-
|
|
|
- reset {
|
|
|
- label = "reset";
|
|
|
- gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
|
|
|
- linux,code = <KEY_RESTART>;
|
|
|
- };
|
|
|
-
|
|
|
- wps {
|
|
|
- label = "wps";
|
|
|
- gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
|
|
- linux,code = <KEY_WPS_BUTTON>;
|
|
|
- };
|
|
|
- };
|
|
|
-
|
|
|
- gpio-leds {
|
|
|
- compatible = "gpio-leds";
|
|
|
-
|
|
|
- eth {
|
|
|
- label = "asl26555:green:eth";
|
|
|
- gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
|
|
|
- };
|
|
|
-
|
|
|
- wan-red {
|
|
|
- label = "asl26555:red:wan";
|
|
|
- gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
|
|
|
- };
|
|
|
-
|
|
|
- wan-green {
|
|
|
- label = "asl26555:green:wan";
|
|
|
- gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
|
|
|
- };
|
|
|
-
|
|
|
- wlan {
|
|
|
- label = "asl26555:green:wlan";
|
|
|
- gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
|
|
|
- };
|
|
|
-
|
|
|
- power-green {
|
|
|
- label = "asl26555:green:power";
|
|
|
- gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
|
|
|
- };
|
|
|
-
|
|
|
- power-red {
|
|
|
- label = "asl26555:red:power";
|
|
|
- gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
|
|
|
- };
|
|
|
-
|
|
|
- 3g-green {
|
|
|
- label = "asl26555:green:3g";
|
|
|
- gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
|
|
- };
|
|
|
-
|
|
|
- 3g-red {
|
|
|
- label = "asl26555:red:3g";
|
|
|
- gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
|
|
|
- };
|
|
|
- };
|
|
|
-};
|
|
|
-
|
|
|
-&gpio0 {
|
|
|
- status = "okay";
|
|
|
};
|
|
|
|
|
|
&spi0 {
|
|
@@ -93,7 +23,7 @@
|
|
|
read-only;
|
|
|
};
|
|
|
|
|
|
- ubootenv: partition@30000 {
|
|
|
+ devdata: partition@30000 {
|
|
|
label = "uboot-env";
|
|
|
reg = <0x30000 0x10000>;
|
|
|
read-only;
|
|
@@ -123,28 +53,3 @@
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
-
|
|
|
-&pinctrl {
|
|
|
- state_default: pinctrl0 {
|
|
|
- gpio {
|
|
|
- ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
|
|
|
- ralink,function = "gpio";
|
|
|
- };
|
|
|
- };
|
|
|
-};
|
|
|
-
|
|
|
-ðernet {
|
|
|
- mtd-mac-address = <&ubootenv 0x4004>;
|
|
|
-};
|
|
|
-
|
|
|
-&esw {
|
|
|
- mediatek,portmap = <0x1e>;
|
|
|
-};
|
|
|
-
|
|
|
-&wmac {
|
|
|
- ralink,mtd-eeprom = <&ubootenv 0x4000>;
|
|
|
-};
|
|
|
-
|
|
|
-&otg {
|
|
|
- status = "okay";
|
|
|
-};
|