2016-09-27 06:23:27 +00:00
|
|
|
#include "mt7628an.dtsi"
|
|
|
|
|
2017-07-29 02:14:07 +00:00
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
2016-11-11 21:43:08 +00:00
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
2016-09-27 06:23:27 +00:00
|
|
|
/ {
|
2017-12-19 20:55:42 +00:00
|
|
|
compatible = "d-team,pbr-d1", "mediatek,mt7628an-soc";
|
2016-09-27 06:23:27 +00:00
|
|
|
model = "PBR-D1";
|
|
|
|
|
2018-07-16 08:27:22 +00:00
|
|
|
aliases {
|
2018-08-28 04:54:27 +00:00
|
|
|
led-boot = &led_power;
|
|
|
|
led-failsafe = &led_power;
|
|
|
|
led-running = &led_power;
|
|
|
|
led-upgrade = &led_power;
|
2018-07-16 08:27:22 +00:00
|
|
|
};
|
|
|
|
|
2016-09-27 06:23:27 +00:00
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyS0,115200";
|
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
serial0 = &uart2;
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:42:53 +00:00
|
|
|
leds {
|
2016-09-27 06:23:27 +00:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
usb {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "orange:usb";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
|
2018-08-13 15:14:08 +00:00
|
|
|
trigger-sources = <&ohci_port1>, <&ehci_port1>;
|
|
|
|
linux,default-trigger = "usbport";
|
2016-09-27 06:23:27 +00:00
|
|
|
};
|
|
|
|
|
2018-07-16 08:27:22 +00:00
|
|
|
led_power: power {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "orange:power";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
|
2016-09-27 06:23:27 +00:00
|
|
|
default-state = "on";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:17:25 +00:00
|
|
|
keys {
|
2019-09-20 12:03:02 +00:00
|
|
|
compatible = "gpio-keys";
|
2016-09-27 06:23:27 +00:00
|
|
|
|
2016-12-02 01:13:46 +00:00
|
|
|
reset {
|
2016-09-27 06:23:27 +00:00
|
|
|
label = "reset";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 70 GPIO_ACTIVE_LOW>;
|
2016-12-02 01:13:46 +00:00
|
|
|
linux,code = <KEY_RESTART>;
|
2016-09-27 06:23:27 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
wgpio: gpio-wifi {
|
|
|
|
compatible = "mediatek,gpio-wifi";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
&state_default {
|
|
|
|
gpio {
|
2020-04-12 12:58:29 +00:00
|
|
|
groups = "gpio";
|
|
|
|
function = "gpio";
|
2019-12-22 20:26:01 +00:00
|
|
|
};
|
2016-09-27 06:23:27 +00:00
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
i2c {
|
2020-04-12 12:58:29 +00:00
|
|
|
groups = "i2c";
|
|
|
|
function = "gpio";
|
2019-12-22 20:26:01 +00:00
|
|
|
};
|
2016-09-27 06:23:27 +00:00
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
i2s {
|
2020-04-12 12:58:29 +00:00
|
|
|
groups = "i2s";
|
|
|
|
function = "gpio";
|
2019-12-22 20:26:01 +00:00
|
|
|
};
|
2016-09-27 06:23:27 +00:00
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
spis {
|
2020-04-12 12:58:29 +00:00
|
|
|
groups = "spis";
|
|
|
|
function = "gpio";
|
2019-12-22 20:26:01 +00:00
|
|
|
};
|
2016-09-27 06:23:27 +00:00
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
wdt {
|
2020-04-12 12:58:29 +00:00
|
|
|
groups = "wdt";
|
|
|
|
function = "gpio";
|
2016-09-27 06:23:27 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&spi_pins>, <&spi_cs1_pins>;
|
|
|
|
|
2020-05-07 14:15:27 +00:00
|
|
|
flash@0 {
|
2016-09-27 06:23:27 +00:00
|
|
|
compatible = "jedec,spi-nor";
|
|
|
|
reg = <0>;
|
|
|
|
spi-max-frequency = <40000000>;
|
|
|
|
|
2018-08-01 20:32:34 +00: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>;
|
|
|
|
};
|
|
|
|
|
|
|
|
factory: partition@40000 {
|
|
|
|
label = "factory";
|
|
|
|
reg = <0x40000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@50000 {
|
2018-11-28 03:28:35 +00:00
|
|
|
compatible = "denx,uimage";
|
2018-08-01 20:32:34 +00:00
|
|
|
label = "firmware";
|
|
|
|
reg = <0x50000 0x0fb0000>;
|
|
|
|
};
|
2016-09-27 06:23:27 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
spidev@1 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
compatible = "linux,spidev";
|
|
|
|
reg = <1>;
|
|
|
|
spi-max-frequency = <40000000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&pwm {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
ðernet {
|
2021-04-02 21:50:02 +00:00
|
|
|
nvmem-cells = <&macaddr_factory_28>;
|
|
|
|
nvmem-cell-names = "mac-address";
|
2016-09-27 06:23:27 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sdhci {
|
|
|
|
status = "okay";
|
|
|
|
mediatek,cd-high;
|
|
|
|
};
|
2021-04-02 21:50:02 +00:00
|
|
|
|
|
|
|
&factory {
|
|
|
|
compatible = "nvmem-cells";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
macaddr_factory_28: macaddr@28 {
|
|
|
|
reg = <0x28 0x6>;
|
|
|
|
};
|
|
|
|
};
|