2016-05-09 09:32:52 +03:00
|
|
|
#include "rt5350.dtsi"
|
2013-08-01 14:31:04 +00:00
|
|
|
|
2017-07-29 10:14:07 +08:00
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
2016-11-11 22:43:08 +01:00
|
|
|
#include <dt-bindings/input/input.h>
|
2024-02-07 14:48:43 +01:00
|
|
|
#include <dt-bindings/leds/common.h>
|
2016-11-11 22:43:08 +01:00
|
|
|
|
2013-08-01 14:31:04 +00:00
|
|
|
/ {
|
2017-07-29 10:14:07 +08:00
|
|
|
compatible = "poray,x5", "ralink,rt5350-soc";
|
2013-08-01 14:31:04 +00:00
|
|
|
model = "Poray X5";
|
|
|
|
|
2018-07-16 16:27:22 +08:00
|
|
|
aliases {
|
2018-08-28 06:54:27 +02:00
|
|
|
led-boot = &led_power;
|
|
|
|
led-failsafe = &led_power;
|
|
|
|
led-running = &led_power;
|
|
|
|
led-upgrade = &led_power;
|
2018-07-16 16:27:22 +08:00
|
|
|
};
|
|
|
|
|
2018-12-30 12:42:53 +01:00
|
|
|
leds {
|
2013-08-01 14:31:04 +00:00
|
|
|
compatible = "gpio-leds";
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2018-07-16 16:27:22 +08:00
|
|
|
led_power: power {
|
2024-02-07 14:48:43 +01:00
|
|
|
function = LED_FUNCTION_POWER;
|
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
2017-07-29 10:14:07 +08:00
|
|
|
gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
|
2013-08-01 14:31:04 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-01 14:31:04 +00:00
|
|
|
20 {
|
2020-09-27 19:40:51 +02:00
|
|
|
label = "green:20";
|
2017-07-29 10:14:07 +08:00
|
|
|
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
2013-08-01 14:31:04 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-01 14:31:04 +00:00
|
|
|
50 {
|
2020-09-27 19:40:51 +02:00
|
|
|
label = "green:50";
|
2017-07-29 10:14:07 +08:00
|
|
|
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
|
2013-08-01 14:31:04 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-01 14:31:04 +00:00
|
|
|
80 {
|
2020-09-27 19:40:51 +02:00
|
|
|
label = "green:80";
|
2017-07-29 10:14:07 +08:00
|
|
|
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
2013-08-01 14:31:04 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-30 12:17:25 +01:00
|
|
|
keys {
|
2024-10-24 00:09:19 +08:00
|
|
|
compatible = "gpio-keys";
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-01 14:31:04 +00:00
|
|
|
bat {
|
|
|
|
label = "bat";
|
2017-07-29 10:14:07 +08:00
|
|
|
gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
|
2016-11-11 22:43:08 +01:00
|
|
|
linux,code = <KEY_WPS_BUTTON>;
|
2013-08-01 14:31:04 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-01 14:31:04 +00:00
|
|
|
reset {
|
|
|
|
label = "reset";
|
2017-07-29 10:14:07 +08:00
|
|
|
gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
|
2016-11-11 22:43:08 +01:00
|
|
|
linux,code = <KEY_RESTART>;
|
2013-08-01 14:31:04 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-01 14:31:04 +00:00
|
|
|
mode {
|
|
|
|
label = "mode";
|
2017-07-29 10:14:07 +08:00
|
|
|
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
2016-11-11 22:43:08 +01:00
|
|
|
linux,code = <BTN_0>;
|
|
|
|
linux,input-type = <EV_SW>;
|
2013-08-01 14:31:04 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio_export {
|
|
|
|
compatible = "gpio-export";
|
|
|
|
#size-cells = <0>;
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-01 14:31:04 +00:00
|
|
|
usb-mode {
|
|
|
|
gpio-export,name = "usb-mode";
|
|
|
|
gpio-export,output = <0>;
|
2017-12-17 00:02:06 +01:00
|
|
|
gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
|
2013-08-01 14:31:04 +00:00
|
|
|
};
|
|
|
|
};
|
2016-05-10 13:41:46 +03:00
|
|
|
};
|
2013-08-01 14:31:04 +00:00
|
|
|
|
2016-05-10 13:41:46 +03:00
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
2020-05-07 23:15:27 +09:00
|
|
|
flash@0 {
|
2016-05-10 13:41:46 +03:00
|
|
|
compatible = "jedec,spi-nor";
|
2016-05-14 19:22:08 +02:00
|
|
|
reg = <0>;
|
2016-05-10 13:41:46 +03:00
|
|
|
spi-max-frequency = <10000000>;
|
|
|
|
|
2018-08-01 21:32:34 +01:00
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
partition@0 {
|
|
|
|
label = "u-boot";
|
|
|
|
reg = <0x0 0x30000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@30000 {
|
|
|
|
label = "u-boot-env";
|
|
|
|
reg = <0x30000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
2024-02-17 22:10:10 +08:00
|
|
|
partition@40000 {
|
2018-08-01 21:32:34 +01:00
|
|
|
label = "factory";
|
|
|
|
reg = <0x40000 0x10000>;
|
|
|
|
read-only;
|
2023-10-02 10:12:02 +08:00
|
|
|
|
2023-11-22 15:48:24 -08:00
|
|
|
nvmem-layout {
|
|
|
|
compatible = "fixed-layout";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
eeprom_factory_0: eeprom@0 {
|
|
|
|
reg = <0x0 0x200>;
|
|
|
|
};
|
2023-10-02 10:12:02 +08:00
|
|
|
|
2023-11-22 15:48:24 -08:00
|
|
|
macaddr_factory_4: macaddr@4 {
|
|
|
|
reg = <0x4 0x6>;
|
|
|
|
};
|
2023-10-02 10:12:02 +08:00
|
|
|
};
|
2018-08-01 21:32:34 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
partition@50000 {
|
2018-11-28 12:28:35 +09:00
|
|
|
compatible = "denx,uimage";
|
2018-08-01 21:32:34 +01:00
|
|
|
label = "firmware";
|
|
|
|
reg = <0x50000 0x7b0000>;
|
|
|
|
};
|
2016-05-10 13:41:46 +03:00
|
|
|
};
|
2013-08-01 14:31:04 +00:00
|
|
|
};
|
2016-05-10 13:41:46 +03:00
|
|
|
};
|
2013-08-01 14:31:04 +00:00
|
|
|
|
2019-12-22 21:26:01 +01:00
|
|
|
&state_default {
|
|
|
|
gpio {
|
2020-04-12 20:58:29 +08:00
|
|
|
groups = "i2c", "jtag", "uartf";
|
|
|
|
function = "gpio";
|
2013-08-01 14:31:04 +00:00
|
|
|
};
|
|
|
|
};
|
2016-05-10 13:41:46 +03:00
|
|
|
|
|
|
|
ðernet {
|
2021-04-02 23:50:02 +02:00
|
|
|
nvmem-cells = <&macaddr_factory_4>;
|
|
|
|
nvmem-cell-names = "mac-address";
|
2016-05-10 13:41:46 +03:00
|
|
|
};
|
|
|
|
|
|
|
|
&esw {
|
|
|
|
mediatek,portmap = <0x2f>;
|
|
|
|
mediatek,led_polarity = <1>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&wmac {
|
|
|
|
ralink,led-polarity = <1>;
|
2023-10-02 10:12:02 +08:00
|
|
|
nvmem-cells = <&eeprom_factory_0>;
|
|
|
|
nvmem-cell-names = "eeprom";
|
2021-04-02 23:50:02 +02:00
|
|
|
};
|