2018-05-07 08:10:49 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
2020-09-25 19:52:57 +00:00
|
|
|
|
|
|
|
#include "ar9331.dtsi"
|
2018-05-06 08:20:11 +00:00
|
|
|
|
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
|
#include <dt-bindings/input/input.h>
|
2024-02-07 13:48:34 +00:00
|
|
|
#include <dt-bindings/leds/common.h>
|
2018-05-06 08:20:11 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Embedded Wireless Dorin";
|
2018-05-08 05:22:38 +00:00
|
|
|
compatible = "embeddedwireless,dorin", "qca,ar9331";
|
2018-05-06 08:20:11 +00:00
|
|
|
|
|
|
|
aliases {
|
2019-11-05 18:23:33 +00:00
|
|
|
led-boot = &led_status;
|
|
|
|
led-failsafe = &led_status;
|
|
|
|
led-running = &led_status;
|
|
|
|
led-upgrade = &led_status;
|
2018-05-06 08:20:11 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
leds {
|
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
2019-11-05 18:23:33 +00:00
|
|
|
led_status: status {
|
2024-02-07 13:48:34 +00:00
|
|
|
function = LED_FUNCTION_STATUS;
|
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
2018-05-06 08:20:11 +00:00
|
|
|
gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
keys {
|
2019-08-10 17:22:40 +00:00
|
|
|
compatible = "gpio-keys";
|
2018-05-06 08:20:11 +00:00
|
|
|
|
|
|
|
wps {
|
|
|
|
label = "wps";
|
|
|
|
linux,code = <KEY_WPS_BUTTON>;
|
2020-03-11 09:10:00 +00:00
|
|
|
gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
|
2018-05-06 08:20:11 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
|
|
|
linux,code = <KEY_RESTART>;
|
|
|
|
gpios = <&gpio 6 GPIO_ACTIVE_HIGH>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb {
|
|
|
|
dr_mode = "host";
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb_phy {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi {
|
|
|
|
status = "okay";
|
|
|
|
|
2018-08-06 06:17:24 +00:00
|
|
|
flash@0 {
|
2018-05-06 08:20:11 +00:00
|
|
|
compatible = "jedec,spi-nor";
|
2020-02-27 10:55:36 +00:00
|
|
|
spi-max-frequency = <50000000>;
|
2018-05-06 08:20:11 +00:00
|
|
|
reg = <0>;
|
|
|
|
|
2018-05-07 08:35:51 +00:00
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
partition@0 {
|
|
|
|
label = "u-boot";
|
|
|
|
reg = <0x000000 0x040000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
2024-06-01 04:53:20 +00:00
|
|
|
partition@40000 {
|
2018-05-07 08:35:51 +00:00
|
|
|
label = "u-boot-env";
|
|
|
|
reg = <0x040000 0x010000>;
|
|
|
|
};
|
|
|
|
|
2024-06-01 04:53:20 +00:00
|
|
|
partition@50000 {
|
2018-11-29 13:07:59 +00:00
|
|
|
compatible = "denx,uimage";
|
2018-05-07 08:35:51 +00:00
|
|
|
label = "firmware";
|
|
|
|
reg = <0x050000 0xfa0000>;
|
|
|
|
};
|
|
|
|
|
2024-02-17 05:17:20 +00:00
|
|
|
partition@ff0000 {
|
2019-06-05 13:59:30 +00:00
|
|
|
label = "art";
|
2018-05-07 08:35:51 +00:00
|
|
|
reg = <0xff0000 0x010000>;
|
|
|
|
read-only;
|
2023-11-10 10:25:05 +00:00
|
|
|
|
|
|
|
nvmem-layout {
|
|
|
|
compatible = "fixed-layout";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
2024-02-17 05:17:20 +00:00
|
|
|
cal_art_1000: calibration@1000 {
|
|
|
|
reg = <0x1000 0x440>;
|
|
|
|
};
|
|
|
|
|
2023-11-10 10:25:05 +00:00
|
|
|
macaddr_art_1002: macaddr@1002 {
|
|
|
|
compatible = "mac-base";
|
|
|
|
reg = <0x1002 0x6>;
|
|
|
|
#nvmem-cell-cells = <1>;
|
|
|
|
};
|
|
|
|
};
|
2018-05-07 08:35:51 +00:00
|
|
|
};
|
2018-05-06 08:20:11 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ð1 {
|
|
|
|
status = "okay";
|
|
|
|
|
2023-11-10 10:25:05 +00:00
|
|
|
nvmem-cells = <&macaddr_art_1002 0x400000>;
|
2021-04-02 21:47:31 +00:00
|
|
|
nvmem-cell-names = "mac-address";
|
2018-05-06 08:20:11 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&mdio1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2018-06-05 14:56:48 +00:00
|
|
|
|
|
|
|
&wmac {
|
|
|
|
status = "okay";
|
2019-11-05 18:23:33 +00:00
|
|
|
|
2024-02-17 05:17:20 +00:00
|
|
|
nvmem-cells = <&cal_art_1000>;
|
|
|
|
nvmem-cell-names = "calibration";
|
2018-06-05 14:56:48 +00:00
|
|
|
};
|