2018-02-19 14:35:42 +09:00
|
|
|
#include "mt7628an.dtsi"
|
|
|
|
|
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "tama,w06", "mediatek,mt7628an-soc";
|
|
|
|
model = "Tama W06";
|
|
|
|
|
2018-12-30 12:42:53 +01:00
|
|
|
leds {
|
2018-02-19 14:35:42 +09:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
wps {
|
2020-09-27 19:40:51 +02:00
|
|
|
label = "green:wps";
|
2020-04-09 17:10:03 +08:00
|
|
|
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
|
2018-02-19 14:35:42 +09:00
|
|
|
};
|
|
|
|
|
|
|
|
wan {
|
2020-09-27 19:40:51 +02:00
|
|
|
label = "green:wan";
|
2020-04-09 17:10:03 +08:00
|
|
|
gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
|
2018-02-19 14:35:42 +09:00
|
|
|
};
|
|
|
|
|
|
|
|
wireless {
|
2020-09-27 19:40:51 +02:00
|
|
|
label = "green:wlan";
|
2020-04-09 17:10:03 +08:00
|
|
|
gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
|
2018-02-19 14:35:42 +09:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-30 12:17:25 +01:00
|
|
|
keys {
|
2019-09-20 14:03:02 +02:00
|
|
|
compatible = "gpio-keys";
|
2018-02-19 14:35:42 +09:00
|
|
|
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
2020-04-09 17:10:03 +08:00
|
|
|
gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
|
2018-02-19 14:35:42 +09:00
|
|
|
linux,code = <KEY_RESTART>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ðernet {
|
2021-04-02 23:50:02 +02:00
|
|
|
nvmem-cells = <&macaddr_factory_28>;
|
|
|
|
nvmem-cell-names = "mac-address";
|
2018-02-19 14:35:42 +09:00
|
|
|
};
|
|
|
|
|
2019-12-22 21:26:01 +01:00
|
|
|
&state_default {
|
|
|
|
gpio {
|
2020-04-12 20:58:29 +08:00
|
|
|
groups = "uart1", "p0led_an", "wdt";
|
|
|
|
function = "gpio";
|
2018-02-19 14:35:42 +09:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
2020-05-07 23:15:27 +09:00
|
|
|
flash@0 {
|
2018-02-19 14:35:42 +09:00
|
|
|
compatible = "jedec,spi-nor";
|
|
|
|
reg = <0>;
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
|
|
|
|
factory: partition@40000 {
|
|
|
|
label = "factory";
|
|
|
|
reg = <0x40000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
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 0xeb0000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@f00000 {
|
|
|
|
label = "user-data";
|
|
|
|
reg = <0xf00000 0x100000>;
|
|
|
|
read-only;
|
|
|
|
};
|
2018-02-19 14:35:42 +09:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&wmac {
|
|
|
|
status = "okay";
|
2021-08-17 14:07:57 +02:00
|
|
|
|
|
|
|
mediatek,mtd-eeprom = <&factory 0x0>;
|
2018-02-19 14:35:42 +09:00
|
|
|
};
|
2021-04-02 23:50:02 +02:00
|
|
|
|
|
|
|
&factory {
|
|
|
|
compatible = "nvmem-cells";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
macaddr_factory_28: macaddr@28 {
|
|
|
|
reg = <0x28 0x6>;
|
|
|
|
};
|
|
|
|
};
|