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