Move the common parts of boards with multiple flash size variants into dtsi files. Signed-off-by: Mathias Kresin <dev@kresin.me>master
parent
70b192f573
commit
313ce3afbb
@ -0,0 +1,65 @@ |
|||||||
|
#include "rt3050.dtsi" |
||||||
|
|
||||||
|
#include <dt-bindings/gpio/gpio.h> |
||||||
|
#include <dt-bindings/input/input.h> |
||||||
|
|
||||||
|
/ { |
||||||
|
compatible = "allnet,all0256n", "ralink,rt3050-soc"; |
||||||
|
|
||||||
|
gpio-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>; |
||||||
|
}; |
||||||
|
}; |
||||||
|
|
||||||
|
gpio-keys-polled { |
||||||
|
compatible = "gpio-keys-polled"; |
||||||
|
#address-cells = <1>; |
||||||
|
#size-cells = <0>; |
||||||
|
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"; |
||||||
|
}; |
||||||
|
}; |
||||||
|
}; |
||||||
|
|
||||||
|
ðernet { |
||||||
|
mtd-mac-address = <&factory 0x28>; |
||||||
|
}; |
||||||
|
|
||||||
|
&esw { |
||||||
|
mediatek,portmap = <0x3f>; |
||||||
|
}; |
||||||
|
|
||||||
|
&wmac { |
||||||
|
ralink,mtd-eeprom = <&factory 0>; |
||||||
|
}; |
@ -0,0 +1,100 @@ |
|||||||
|
#include "rt3050.dtsi" |
||||||
|
|
||||||
|
#include <dt-bindings/gpio/gpio.h> |
||||||
|
#include <dt-bindings/input/input.h> |
||||||
|
|
||||||
|
/ { |
||||||
|
compatible = "alphanetworks,asl26555", "ralink,rt3050-soc"; |
||||||
|
|
||||||
|
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"; |
||||||
|
}; |
||||||
|
|
||||||
|
&pinctrl { |
||||||
|
state_default: pinctrl0 { |
||||||
|
gpio { |
||||||
|
ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf"; |
||||||
|
ralink,function = "gpio"; |
||||||
|
}; |
||||||
|
}; |
||||||
|
}; |
||||||
|
|
||||||
|
ðernet { |
||||||
|
mtd-mac-address = <&devdata 0x4004>; |
||||||
|
}; |
||||||
|
|
||||||
|
&esw { |
||||||
|
mediatek,portmap = <0x1e>; |
||||||
|
}; |
||||||
|
|
||||||
|
&wmac { |
||||||
|
ralink,mtd-eeprom = <&devdata 0x4000>; |
||||||
|
}; |
||||||
|
|
||||||
|
&otg { |
||||||
|
status = "okay"; |
||||||
|
}; |
@ -0,0 +1,61 @@ |
|||||||
|
#include "rt5350.dtsi" |
||||||
|
|
||||||
|
#include <dt-bindings/gpio/gpio.h> |
||||||
|
#include <dt-bindings/input/input.h> |
||||||
|
|
||||||
|
/ { |
||||||
|
compatible = "poray,m4", "ralink,rt5350-soc"; |
||||||
|
|
||||||
|
gpio-leds { |
||||||
|
compatible = "gpio-leds"; |
||||||
|
|
||||||
|
status { |
||||||
|
label = "m4:blue:status"; |
||||||
|
gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; |
||||||
|
}; |
||||||
|
}; |
||||||
|
|
||||||
|
gpio-keys-polled { |
||||||
|
compatible = "gpio-keys-polled"; |
||||||
|
#address-cells = <1>; |
||||||
|
#size-cells = <0>; |
||||||
|
poll-interval = <20>; |
||||||
|
|
||||||
|
reset { |
||||||
|
label = "reset"; |
||||||
|
gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; |
||||||
|
linux,code = <KEY_RESTART>; |
||||||
|
}; |
||||||
|
}; |
||||||
|
}; |
||||||
|
|
||||||
|
&pinctrl { |
||||||
|
state_default: pinctrl0 { |
||||||
|
gpio { |
||||||
|
ralink,group = "i2c", "jtag", "uartf"; |
||||||
|
ralink,function = "gpio"; |
||||||
|
}; |
||||||
|
}; |
||||||
|
}; |
||||||
|
|
||||||
|
ðernet { |
||||||
|
mtd-mac-address = <&factory 0x4>; |
||||||
|
}; |
||||||
|
|
||||||
|
&esw { |
||||||
|
mediatek,portmap = <0x2f>; |
||||||
|
mediatek,led_polarity = <1>; |
||||||
|
}; |
||||||
|
|
||||||
|
&wmac { |
||||||
|
ralink,mtd-eeprom = <&factory 0>; |
||||||
|
ralink,led-polarity = <1>; |
||||||
|
}; |
||||||
|
|
||||||
|
&ehci { |
||||||
|
status = "okay"; |
||||||
|
}; |
||||||
|
|
||||||
|
&ohci { |
||||||
|
status = "okay"; |
||||||
|
}; |
@ -0,0 +1,77 @@ |
|||||||
|
#include "rt3050.dtsi" |
||||||
|
|
||||||
|
#include <dt-bindings/gpio/gpio.h> |
||||||
|
#include <dt-bindings/input/input.h> |
||||||
|
|
||||||
|
/ { |
||||||
|
compatible = "unbranded,wr512-3gn", "ralink,rt3052-soc"; |
||||||
|
|
||||||
|
gpio-leds { |
||||||
|
compatible = "gpio-leds"; |
||||||
|
|
||||||
|
3g { |
||||||
|
label = "wr512-3gn:green:3g"; |
||||||
|
gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; |
||||||
|
}; |
||||||
|
|
||||||
|
gateway { |
||||||
|
label = "wr512-3gn:green:gateway"; |
||||||
|
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; |
||||||
|
}; |
||||||
|
|
||||||
|
ap { |
||||||
|
label = "wr512-3gn:green:ap"; |
||||||
|
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; |
||||||
|
}; |
||||||
|
|
||||||
|
wps { |
||||||
|
label = "wr512-3gn:green:wps"; |
||||||
|
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; |
||||||
|
}; |
||||||
|
|
||||||
|
station { |
||||||
|
label = "wr512-3gn:green:station"; |
||||||
|
gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; |
||||||
|
}; |
||||||
|
}; |
||||||
|
|
||||||
|
gpio-keys-polled { |
||||||
|
compatible = "gpio-keys-polled"; |
||||||
|
#address-cells = <1>; |
||||||
|
#size-cells = <0>; |
||||||
|
poll-interval = <20>; |
||||||
|
|
||||||
|
reset_wps { |
||||||
|
label = "reset_wps"; |
||||||
|
gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; |
||||||
|
linux,code = <KEY_RESTART>; |
||||||
|
}; |
||||||
|
|
||||||
|
mode { |
||||||
|
label = "mode"; |
||||||
|
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; |
||||||
|
linux,code = <BTN_0>; |
||||||
|
}; |
||||||
|
}; |
||||||
|
}; |
||||||
|
|
||||||
|
&pinctrl { |
||||||
|
state_default: pinctrl0 { |
||||||
|
gpio { |
||||||
|
ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf"; |
||||||
|
ralink,function = "gpio"; |
||||||
|
}; |
||||||
|
}; |
||||||
|
}; |
||||||
|
|
||||||
|
&esw { |
||||||
|
mediatek,portmap = <0x2f>; |
||||||
|
}; |
||||||
|
|
||||||
|
&wmac { |
||||||
|
ralink,mtd-eeprom = <&factory 0>; |
||||||
|
}; |
||||||
|
|
||||||
|
&otg { |
||||||
|
status = "okay"; |
||||||
|
}; |
@ -0,0 +1,65 @@ |
|||||||
|
#include "mt7620n.dtsi" |
||||||
|
|
||||||
|
#include <dt-bindings/gpio/gpio.h> |
||||||
|
#include <dt-bindings/input/input.h> |
||||||
|
|
||||||
|
/ { |
||||||
|
compatible = "nexx,wt3020", "ralink,mt7620n-soc"; |
||||||
|
|
||||||
|
gpio-keys-polled { |
||||||
|
compatible = "gpio-keys-polled"; |
||||||
|
#address-cells = <1>; |
||||||
|
#size-cells = <0>; |
||||||
|
poll-interval = <20>; |
||||||
|
|
||||||
|
reset { |
||||||
|
label = "reset"; |
||||||
|
gpios = <&gpio0 1 GPIO_ACTIVE_LOW>; |
||||||
|
linux,code = <KEY_RESTART>; |
||||||
|
}; |
||||||
|
}; |
||||||
|
|
||||||
|
gpio-leds { |
||||||
|
compatible = "gpio-leds"; |
||||||
|
|
||||||
|
power { |
||||||
|
label = "wt3020:blue:power"; |
||||||
|
gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>; |
||||||
|
}; |
||||||
|
}; |
||||||
|
}; |
||||||
|
|
||||||
|
&gpio2 { |
||||||
|
status = "okay"; |
||||||
|
}; |
||||||
|
|
||||||
|
&gpio3 { |
||||||
|
status = "okay"; |
||||||
|
}; |
||||||
|
|
||||||
|
|
||||||
|
&ehci { |
||||||
|
status = "okay"; |
||||||
|
}; |
||||||
|
|
||||||
|
&ohci { |
||||||
|
status = "okay"; |
||||||
|
}; |
||||||
|
|
||||||
|
ðernet { |
||||||
|
mtd-mac-address = <&factory 0x4>; |
||||||
|
mediatek,portmap = "wllll"; |
||||||
|
}; |
||||||
|
|
||||||
|
&wmac { |
||||||
|
ralink,mtd-eeprom = <&factory 0>; |
||||||
|
}; |
||||||
|
|
||||||
|
&pinctrl { |
||||||
|
state_default: pinctrl0 { |
||||||
|
default { |
||||||
|
ralink,group = "ephy", "wled", "pa", "i2c", "wdt", "uartf"; |
||||||
|
ralink,function = "gpio"; |
||||||
|
}; |
||||||
|
}; |
||||||
|
}; |
Loading…
Reference in new issue