2021-02-05 17:18:00 +00:00
|
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
2017-02-04 20:28:52 +00:00
|
|
|
/*
|
|
|
|
* Copyright(c) 2017 Kristian Evensen <kristian.evensen@gmail.com>.
|
|
|
|
* All rights reserved.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "mt7620a.dtsi"
|
|
|
|
|
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
|
|
|
/ {
|
2017-07-29 02:14:07 +00:00
|
|
|
compatible = "sanlinking,d240", "ralink,mt7620a-soc";
|
2017-02-04 20:28:52 +00:00
|
|
|
model = "Sanlinking Technologies D240";
|
|
|
|
|
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
|
|
|
};
|
|
|
|
|
2017-02-04 20:28:52 +00:00
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyS0,115200";
|
|
|
|
};
|
|
|
|
|
2017-03-02 12:44:02 +00:00
|
|
|
gpio-export {
|
|
|
|
compatible = "gpio-export";
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
power_mpcie2 {
|
|
|
|
gpio-export,name = "power_mpcie2";
|
2017-09-12 16:27:10 +00:00
|
|
|
gpio-export,output = <1>;
|
|
|
|
gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>;
|
2017-03-02 12:44:02 +00:00
|
|
|
};
|
2017-09-12 16:27:10 +00:00
|
|
|
|
|
|
|
power_mpcie1 {
|
|
|
|
gpio-export,name = "power_mpcie1";
|
|
|
|
gpio-export,output = <1>;
|
|
|
|
gpios = <&gpio2 6 GPIO_ACTIVE_HIGH>;
|
|
|
|
};
|
2017-03-02 12:44:02 +00:00
|
|
|
};
|
|
|
|
|
2018-12-30 11:42:53 +00:00
|
|
|
leds {
|
2017-02-04 20:28:52 +00:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
2018-07-16 08:27:22 +00:00
|
|
|
led_power: power {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:power";
|
2017-02-04 20:28:52 +00:00
|
|
|
gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;
|
|
|
|
};
|
|
|
|
|
|
|
|
usb {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:usb";
|
2017-02-04 20:28:52 +00:00
|
|
|
gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
|
2018-08-13 15:14:08 +00:00
|
|
|
trigger-sources = <&ohci_port1>, <&ehci_port1>;
|
|
|
|
linux,default-trigger = "usbport";
|
2017-02-04 20:28:52 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
air {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:wifi";
|
2017-02-04 20:28:52 +00:00
|
|
|
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:17:25 +00:00
|
|
|
keys {
|
2019-09-20 12:03:02 +00:00
|
|
|
compatible = "gpio-keys";
|
2017-02-04 20:28:52 +00:00
|
|
|
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
|
|
|
gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,code = <KEY_RESTART>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2017-09-12 16:27:10 +00:00
|
|
|
&gpio2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2017-02-04 20:28:52 +00:00
|
|
|
&gpio3 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
2020-05-07 14:15:27 +00:00
|
|
|
flash@0 {
|
2017-02-04 20:28:52 +00:00
|
|
|
compatible = "jedec,spi-nor";
|
|
|
|
reg = <0>;
|
|
|
|
spi-max-frequency = <10000000>;
|
|
|
|
|
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>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
factory: partition@40000 {
|
|
|
|
label = "factory";
|
|
|
|
reg = <0x40000 0x10000>;
|
|
|
|
read-only;
|
2023-10-02 02:12:02 +00:00
|
|
|
|
2023-11-25 21:20:44 +00:00
|
|
|
nvmem-layout {
|
|
|
|
compatible = "fixed-layout";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
eeprom_factory_0: eeprom@0 {
|
|
|
|
reg = <0x0 0x200>;
|
|
|
|
};
|
2023-10-02 02:12:02 +00:00
|
|
|
|
2023-11-25 21:20:44 +00:00
|
|
|
macaddr_factory_4: macaddr@4 {
|
|
|
|
reg = <0x4 0x6>;
|
|
|
|
};
|
2023-10-02 02:12:02 +00:00
|
|
|
};
|
2018-08-01 20:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
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 0xfb0000>;
|
|
|
|
};
|
2017-02-04 20:28:52 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&sdhci {
|
|
|
|
status = "okay";
|
2018-11-01 22:11:40 +00:00
|
|
|
/* the pins function is already set during pinmux driver load */
|
|
|
|
/delete-property/ pinctrl-0;
|
2017-02-04 20:28:52 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&ehci {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&ohci {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
ðernet {
|
2021-04-02 21:50:02 +00:00
|
|
|
nvmem-cells = <&macaddr_factory_4>;
|
|
|
|
nvmem-cell-names = "mac-address";
|
2020-05-14 13:41:31 +00:00
|
|
|
|
2020-08-03 21:11:01 +00:00
|
|
|
mediatek,portmap = "llllw";
|
2017-02-04 20:28:52 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&wmac {
|
2023-10-02 02:12:02 +00:00
|
|
|
nvmem-cells = <&eeprom_factory_0>;
|
|
|
|
nvmem-cell-names = "eeprom";
|
2017-02-04 20:28:52 +00:00
|
|
|
};
|
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
&state_default {
|
|
|
|
default {
|
2020-04-12 12:58:29 +00:00
|
|
|
groups = "i2c", "uartf", "wled", "spi refclk", "pa";
|
|
|
|
function = "gpio";
|
2019-12-22 20:26:01 +00:00
|
|
|
};
|
2018-11-01 22:11:40 +00:00
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
/*
|
|
|
|
* The sd function of the nd_sd group configures two of the
|
|
|
|
* groups pins as gpios. The pins are used as PCIe reset/power.
|
|
|
|
* Due to the driver load order, the pins are configured way to
|
|
|
|
* late if triggered by the sd-card driver.
|
|
|
|
* To not introduce another kind of driver load order
|
|
|
|
* dependency and configure the pins as early as possible,
|
|
|
|
* means during pinmux driver load.
|
|
|
|
*/
|
|
|
|
gpio_sd {
|
2020-04-12 12:58:29 +00:00
|
|
|
groups = "nd_sd";
|
|
|
|
function = "sd";
|
2017-02-04 20:28:52 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pcie {
|
|
|
|
status = "okay";
|
|
|
|
};
|