2020-09-25 20:20:56 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
2018-11-18 17:14:53 +00:00
|
|
|
#include <dt-bindings/clock/mt7621-clk.h>
|
2020-03-01 09:14:44 +00:00
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
2023-06-17 11:30:59 +00:00
|
|
|
#include <dt-bindings/interrupt-controller/mips-gic.h>
|
|
|
|
#include <dt-bindings/reset/mt7621-reset.h>
|
2015-12-11 15:02:13 +00:00
|
|
|
|
2013-12-13 10:53:34 +00:00
|
|
|
/ {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2016-11-18 07:39:05 +00:00
|
|
|
compatible = "mediatek,mt7621-soc";
|
2013-12-13 10:53:34 +00:00
|
|
|
|
2021-02-22 17:44:31 +00:00
|
|
|
aliases {
|
|
|
|
serial0 = &uartlite;
|
|
|
|
};
|
|
|
|
|
2013-12-13 10:53:34 +00:00
|
|
|
cpus {
|
2018-06-07 21:21:38 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
2013-12-13 10:53:34 +00:00
|
|
|
cpu@0 {
|
2018-06-07 21:21:38 +00:00
|
|
|
device_type = "cpu";
|
2014-12-03 20:22:42 +00:00
|
|
|
compatible = "mips,mips1004Kc";
|
2018-07-21 14:17:39 +00:00
|
|
|
reg = <0>;
|
2014-12-03 20:22:42 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
cpu@1 {
|
2018-06-07 21:21:38 +00:00
|
|
|
device_type = "cpu";
|
2014-12-03 20:22:42 +00:00
|
|
|
compatible = "mips,mips1004Kc";
|
2018-07-21 14:17:39 +00:00
|
|
|
reg = <1>;
|
2013-12-13 10:53:34 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-06-07 21:21:38 +00:00
|
|
|
cpuintc: cpuintc {
|
2013-12-13 10:53:34 +00:00
|
|
|
#address-cells = <0>;
|
|
|
|
#interrupt-cells = <1>;
|
|
|
|
interrupt-controller;
|
|
|
|
compatible = "mti,cpu-interrupt-controller";
|
|
|
|
};
|
|
|
|
|
2020-07-14 10:01:51 +00:00
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyS0,57600";
|
|
|
|
};
|
|
|
|
|
2024-07-09 16:16:36 +00:00
|
|
|
mmc_reg_1v8: regulator-1v8 {
|
|
|
|
compatible = "regulator-fixed";
|
|
|
|
|
|
|
|
enable-active-high;
|
|
|
|
|
|
|
|
regulator-always-on;
|
|
|
|
regulator-max-microvolt = <1800000>;
|
|
|
|
regulator-min-microvolt = <1800000>;
|
|
|
|
regulator-name = "mmc_io";
|
|
|
|
};
|
|
|
|
|
|
|
|
mmc_reg_3v3: regulator-3v3 {
|
|
|
|
compatible = "regulator-fixed";
|
|
|
|
|
|
|
|
enable-active-high;
|
|
|
|
|
|
|
|
regulator-always-on;
|
|
|
|
regulator-max-microvolt = <3300000>;
|
|
|
|
regulator-min-microvolt = <3300000>;
|
|
|
|
regulator-name = "mmc_power";
|
|
|
|
};
|
|
|
|
|
2021-10-17 07:06:56 +00:00
|
|
|
palmbus: palmbus@1e000000 {
|
2013-12-13 10:53:34 +00:00
|
|
|
compatible = "palmbus";
|
2021-10-17 07:06:56 +00:00
|
|
|
reg = <0x1e000000 0x100000>;
|
|
|
|
ranges = <0x0 0x1e000000 0x0fffff>;
|
2013-12-13 10:53:34 +00:00
|
|
|
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
2021-05-05 13:21:54 +00:00
|
|
|
sysc: syscon@0 {
|
2022-03-27 19:26:31 +00:00
|
|
|
compatible = "mediatek,mt7621-sysc", "syscon";
|
|
|
|
#clock-cells = <1>;
|
2023-06-17 11:30:59 +00:00
|
|
|
#reset-cells = <1>;
|
2022-03-27 19:26:31 +00:00
|
|
|
ralink,memctl = <&memc>;
|
|
|
|
clock-output-names = "xtal", "cpu", "bus",
|
|
|
|
"50m", "125m", "150m",
|
|
|
|
"250m", "270m";
|
2013-12-13 10:53:34 +00:00
|
|
|
reg = <0x0 0x100>;
|
|
|
|
};
|
|
|
|
|
2023-06-22 13:22:32 +00:00
|
|
|
wdt: watchdog@100 {
|
2017-09-20 14:10:42 +00:00
|
|
|
compatible = "mediatek,mt7621-wdt";
|
2013-12-13 10:53:34 +00:00
|
|
|
reg = <0x100 0x100>;
|
2023-06-22 13:22:32 +00:00
|
|
|
mediatek,sysctl = <&sysc>;
|
2013-12-13 10:53:34 +00:00
|
|
|
};
|
|
|
|
|
2020-03-01 09:14:44 +00:00
|
|
|
gpio: gpio@600 {
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
compatible = "mediatek,mt7621-gpio";
|
|
|
|
gpio-controller;
|
2022-03-27 19:26:31 +00:00
|
|
|
gpio-ranges = <&pinctrl 0 0 95>;
|
2020-03-01 09:14:44 +00:00
|
|
|
interrupt-controller;
|
2013-12-13 10:53:34 +00:00
|
|
|
reg = <0x600 0x100>;
|
2019-06-25 15:19:41 +00:00
|
|
|
interrupt-parent = <&gic>;
|
|
|
|
interrupts = <GIC_SHARED 12 IRQ_TYPE_LEVEL_HIGH>;
|
2013-12-13 10:53:34 +00:00
|
|
|
};
|
|
|
|
|
2016-01-07 14:27:45 +00:00
|
|
|
i2c: i2c@900 {
|
|
|
|
compatible = "mediatek,mt7621-i2c";
|
|
|
|
reg = <0x900 0x100>;
|
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
clocks = <&sysc MT7621_CLK_I2C>;
|
|
|
|
clock-names = "i2c";
|
2016-01-07 14:27:45 +00:00
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
resets = <&sysc MT7621_RST_I2C>;
|
2016-01-07 14:27:45 +00:00
|
|
|
reset-names = "i2c";
|
|
|
|
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
status = "disabled";
|
|
|
|
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&i2c_pins>;
|
|
|
|
};
|
|
|
|
|
2016-02-22 12:49:25 +00:00
|
|
|
i2s: i2s@a00 {
|
|
|
|
compatible = "mediatek,mt7621-i2s";
|
|
|
|
reg = <0xa00 0x100>;
|
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
clocks = <&sysc MT7621_CLK_I2S>;
|
2016-02-22 12:49:25 +00:00
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
resets = <&sysc MT7621_RST_I2S>;
|
2016-02-22 12:49:25 +00:00
|
|
|
reset-names = "i2s";
|
|
|
|
|
|
|
|
interrupt-parent = <&gic>;
|
|
|
|
interrupts = <GIC_SHARED 16 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
|
|
|
|
txdma-req = <2>;
|
|
|
|
rxdma-req = <3>;
|
|
|
|
|
|
|
|
dmas = <&gdma 4>,
|
|
|
|
<&gdma 6>;
|
|
|
|
dma-names = "tx", "rx";
|
|
|
|
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
memc: memory-controller@5000 {
|
2022-03-27 19:26:31 +00:00
|
|
|
compatible = "mediatek,mt7621-memc", "syscon";
|
2018-11-18 17:12:49 +00:00
|
|
|
reg = <0x5000 0x1000>;
|
2013-12-13 10:53:34 +00:00
|
|
|
};
|
|
|
|
|
2016-05-09 04:20:02 +00:00
|
|
|
uartlite: uartlite@c00 {
|
2013-12-13 10:53:34 +00:00
|
|
|
compatible = "ns16550a";
|
|
|
|
reg = <0xc00 0x100>;
|
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
clocks = <&sysc MT7621_CLK_UART1>;
|
|
|
|
|
|
|
|
resets = <&sysc MT7621_RST_UART1>;
|
2015-12-12 06:42:05 +00:00
|
|
|
|
2014-03-18 19:21:56 +00:00
|
|
|
interrupt-parent = <&gic>;
|
2015-12-11 15:02:13 +00:00
|
|
|
interrupts = <GIC_SHARED 26 IRQ_TYPE_LEVEL_HIGH>;
|
2013-12-13 10:53:34 +00:00
|
|
|
|
|
|
|
reg-shift = <2>;
|
|
|
|
reg-io-width = <4>;
|
|
|
|
no-loopback-test;
|
|
|
|
};
|
|
|
|
|
2018-12-25 15:03:24 +00:00
|
|
|
uartlite2: uartlite2@d00 {
|
|
|
|
compatible = "ns16550a";
|
|
|
|
reg = <0xd00 0x100>;
|
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
clocks = <&sysc MT7621_CLK_UART2>;
|
|
|
|
|
|
|
|
resets = <&sysc MT7621_RST_UART2>;
|
2018-12-25 15:03:24 +00:00
|
|
|
|
|
|
|
interrupt-parent = <&gic>;
|
|
|
|
interrupts = <GIC_SHARED 27 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
|
|
|
|
reg-shift = <2>;
|
|
|
|
reg-io-width = <4>;
|
|
|
|
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&uart2_pins>;
|
|
|
|
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
uartlite3: uartlite3@e00 {
|
|
|
|
compatible = "ns16550a";
|
|
|
|
reg = <0xe00 0x100>;
|
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
clocks = <&sysc MT7621_CLK_UART3>;
|
|
|
|
|
|
|
|
resets = <&sysc MT7621_RST_UART3>;
|
2018-12-25 15:03:24 +00:00
|
|
|
|
|
|
|
interrupt-parent = <&gic>;
|
|
|
|
interrupts = <GIC_SHARED 28 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
|
|
|
|
reg-shift = <2>;
|
|
|
|
reg-io-width = <4>;
|
|
|
|
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&uart3_pins>;
|
|
|
|
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
spi0: spi@b00 {
|
2016-11-18 07:39:05 +00:00
|
|
|
status = "disabled";
|
2013-12-13 10:53:34 +00:00
|
|
|
|
|
|
|
compatible = "ralink,mt7621-spi";
|
|
|
|
reg = <0xb00 0x100>;
|
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
clocks = <&sysc MT7621_CLK_SPI>;
|
|
|
|
clock-names = "spi";
|
2015-12-12 06:42:05 +00:00
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
resets = <&sysc MT7621_RST_SPI>;
|
2013-12-13 10:53:34 +00:00
|
|
|
reset-names = "spi";
|
|
|
|
|
|
|
|
#address-cells = <1>;
|
2015-10-05 10:26:54 +00:00
|
|
|
#size-cells = <0>;
|
2013-12-13 10:53:34 +00:00
|
|
|
|
2014-11-14 16:53:07 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&spi_pins>;
|
2013-12-13 10:53:34 +00:00
|
|
|
};
|
2015-12-02 13:41:22 +00:00
|
|
|
|
|
|
|
gdma: gdma@2800 {
|
|
|
|
compatible = "ralink,rt3883-gdma";
|
|
|
|
reg = <0x2800 0x800>;
|
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
resets = <&sysc MT7621_RST_GDMA>;
|
2015-12-02 13:41:22 +00:00
|
|
|
reset-names = "dma";
|
|
|
|
|
|
|
|
interrupt-parent = <&gic>;
|
2021-10-19 10:29:15 +00:00
|
|
|
interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>;
|
2015-12-02 13:41:22 +00:00
|
|
|
|
|
|
|
#dma-cells = <1>;
|
|
|
|
#dma-channels = <16>;
|
|
|
|
#dma-requests = <16>;
|
|
|
|
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
hsdma: hsdma@7000 {
|
|
|
|
compatible = "mediatek,mt7621-hsdma";
|
|
|
|
reg = <0x7000 0x1000>;
|
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
resets = <&sysc MT7621_RST_HSDMA>;
|
2015-12-02 13:41:22 +00:00
|
|
|
reset-names = "hsdma";
|
|
|
|
|
|
|
|
interrupt-parent = <&gic>;
|
2021-10-19 10:29:15 +00:00
|
|
|
interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>;
|
2015-12-02 13:41:22 +00:00
|
|
|
|
|
|
|
#dma-cells = <1>;
|
|
|
|
#dma-channels = <1>;
|
|
|
|
#dma-requests = <1>;
|
|
|
|
|
|
|
|
status = "disabled";
|
|
|
|
};
|
2013-12-13 10:53:34 +00:00
|
|
|
};
|
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
pinctrl: pinctrl {
|
2014-11-14 16:53:07 +00:00
|
|
|
compatible = "ralink,rt2880-pinmux";
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&state_default>;
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2014-11-14 16:53:07 +00:00
|
|
|
state_default: pinctrl0 {
|
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2018-12-06 09:02:29 +00:00
|
|
|
i2c_pins: i2c_pins {
|
|
|
|
i2c_pins {
|
2020-03-13 13:27:03 +00:00
|
|
|
groups = "i2c";
|
|
|
|
function = "i2c";
|
2014-11-14 16:53:07 +00:00
|
|
|
};
|
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2018-12-06 09:02:29 +00:00
|
|
|
spi_pins: spi_pins {
|
|
|
|
spi_pins {
|
2020-03-13 13:27:03 +00:00
|
|
|
groups = "spi";
|
|
|
|
function = "spi";
|
2016-01-07 14:27:45 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2014-11-14 16:53:07 +00:00
|
|
|
uart1_pins: uart1 {
|
|
|
|
uart1 {
|
2020-03-13 13:27:03 +00:00
|
|
|
groups = "uart1";
|
|
|
|
function = "uart1";
|
2014-11-14 16:53:07 +00:00
|
|
|
};
|
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2014-11-14 16:53:07 +00:00
|
|
|
uart2_pins: uart2 {
|
|
|
|
uart2 {
|
2020-03-13 13:27:03 +00:00
|
|
|
groups = "uart2";
|
|
|
|
function = "uart2";
|
2014-11-14 16:53:07 +00:00
|
|
|
};
|
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2014-11-14 16:53:07 +00:00
|
|
|
uart3_pins: uart3 {
|
|
|
|
uart3 {
|
2020-03-13 13:27:03 +00:00
|
|
|
groups = "uart3";
|
|
|
|
function = "uart3";
|
2014-11-14 16:53:07 +00:00
|
|
|
};
|
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2014-11-14 16:53:07 +00:00
|
|
|
rgmii1_pins: rgmii1 {
|
|
|
|
rgmii1 {
|
2020-03-13 13:27:03 +00:00
|
|
|
groups = "rgmii1";
|
|
|
|
function = "rgmii1";
|
2014-11-14 16:53:07 +00:00
|
|
|
};
|
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2014-11-14 16:53:07 +00:00
|
|
|
rgmii2_pins: rgmii2 {
|
|
|
|
rgmii2 {
|
2020-03-13 13:27:03 +00:00
|
|
|
groups = "rgmii2";
|
|
|
|
function = "rgmii2";
|
2014-11-14 16:53:07 +00:00
|
|
|
};
|
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2014-11-14 16:53:07 +00:00
|
|
|
mdio_pins: mdio {
|
|
|
|
mdio {
|
2020-03-13 13:27:03 +00:00
|
|
|
groups = "mdio";
|
|
|
|
function = "mdio";
|
2014-11-14 16:53:07 +00:00
|
|
|
};
|
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2014-11-14 16:53:07 +00:00
|
|
|
pcie_pins: pcie {
|
|
|
|
pcie {
|
2020-03-13 13:27:03 +00:00
|
|
|
groups = "pcie";
|
2020-04-01 15:14:33 +00:00
|
|
|
function = "gpio";
|
2014-11-14 16:53:07 +00:00
|
|
|
};
|
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2014-11-14 16:53:07 +00:00
|
|
|
nand_pins: nand {
|
|
|
|
spi-nand {
|
2020-03-13 13:27:03 +00:00
|
|
|
groups = "spi";
|
|
|
|
function = "nand1";
|
2014-11-14 16:53:07 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2014-11-14 16:53:07 +00:00
|
|
|
sdhci-nand {
|
2020-03-13 13:27:03 +00:00
|
|
|
groups = "sdhci";
|
|
|
|
function = "nand2";
|
2014-11-14 16:53:07 +00:00
|
|
|
};
|
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2014-11-14 16:53:07 +00:00
|
|
|
sdhci_pins: sdhci {
|
|
|
|
sdhci {
|
2020-03-13 13:27:03 +00:00
|
|
|
groups = "sdhci";
|
|
|
|
function = "sdhci";
|
2014-11-14 16:53:07 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2024-07-09 16:16:36 +00:00
|
|
|
sdhci: mmc@1e130000 {
|
|
|
|
compatible = "mediatek,mt7620-mmc", "ralink,mt7620-sdhci";
|
2021-10-17 07:06:56 +00:00
|
|
|
reg = <0x1e130000 0x4000>;
|
2013-12-13 10:53:34 +00:00
|
|
|
|
2024-07-09 16:16:36 +00:00
|
|
|
bus-width = <4>;
|
|
|
|
|
|
|
|
cap-mmc-highspeed;
|
|
|
|
cap-sd-highspeed;
|
|
|
|
|
|
|
|
clocks = <&sysc MT7621_CLK_SHXC>, <&sysc MT7621_CLK_SHXC>;
|
|
|
|
clock-names = "source", "hclk";
|
|
|
|
|
|
|
|
disable-wp;
|
|
|
|
|
2013-12-13 10:53:34 +00:00
|
|
|
interrupt-parent = <&gic>;
|
2015-12-11 15:02:13 +00:00
|
|
|
interrupts = <GIC_SHARED 20 IRQ_TYPE_LEVEL_HIGH>;
|
2018-08-30 17:13:20 +00:00
|
|
|
|
2024-07-12 01:38:53 +00:00
|
|
|
max-frequency = <48000000>;
|
2024-07-09 16:16:36 +00:00
|
|
|
|
|
|
|
pinctrl-names = "default", "state_uhs";
|
2018-08-30 17:13:20 +00:00
|
|
|
pinctrl-0 = <&sdhci_pins>;
|
2024-07-09 16:16:36 +00:00
|
|
|
pinctrl-1 = <&sdhci_pins>;
|
|
|
|
|
|
|
|
resets = <&sysc MT7621_RST_SDXC>;
|
|
|
|
reset-names = "hrst";
|
|
|
|
|
|
|
|
vmmc-supply = <&mmc_reg_3v3>;
|
|
|
|
vqmmc-supply = <&mmc_reg_1v8>;
|
|
|
|
|
|
|
|
status = "disabled";
|
2013-12-13 10:53:34 +00:00
|
|
|
};
|
|
|
|
|
2021-10-17 07:06:56 +00:00
|
|
|
xhci: xhci@1e1c0000 {
|
2018-08-13 15:14:08 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
2015-01-03 18:30:57 +00:00
|
|
|
|
2016-03-07 16:33:34 +00:00
|
|
|
compatible = "mediatek,mt8173-xhci";
|
|
|
|
reg = <0x1e1c0000 0x1000
|
|
|
|
0x1e1d0700 0x0100>;
|
2018-02-22 16:07:35 +00:00
|
|
|
reg-names = "mac", "ippc";
|
2016-03-07 16:33:34 +00:00
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
clocks = <&sysc MT7621_CLK_XTAL>;
|
2016-03-07 16:33:34 +00:00
|
|
|
clock-names = "sys_ck";
|
2013-12-13 10:53:34 +00:00
|
|
|
|
|
|
|
interrupt-parent = <&gic>;
|
2015-12-11 15:02:13 +00:00
|
|
|
interrupts = <GIC_SHARED 22 IRQ_TYPE_LEVEL_HIGH>;
|
2018-08-13 15:14:08 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Port 1 of both hubs is one usb slot and referenced here.
|
|
|
|
* The binding doesn't allow to address individual hubs.
|
|
|
|
* hub 1 - port 1 is ehci and ohci, hub 2 - port 1 is xhci.
|
|
|
|
*/
|
|
|
|
xhci_ehci_port1: port@1 {
|
|
|
|
reg = <1>;
|
|
|
|
#trigger-source-cells = <0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Only the second usb hub has a second port. That port serves
|
|
|
|
* ehci and ohci.
|
|
|
|
*/
|
|
|
|
ehci_port2: port@2 {
|
|
|
|
reg = <2>;
|
|
|
|
#trigger-source-cells = <0>;
|
|
|
|
};
|
2013-12-13 10:53:34 +00:00
|
|
|
};
|
|
|
|
|
2015-12-10 19:06:32 +00:00
|
|
|
gic: interrupt-controller@1fbc0000 {
|
|
|
|
compatible = "mti,gic";
|
2015-12-11 15:03:27 +00:00
|
|
|
reg = <0x1fbc0000 0x2000>;
|
2015-12-10 19:06:32 +00:00
|
|
|
|
2013-12-13 10:53:34 +00:00
|
|
|
interrupt-controller;
|
2015-12-10 19:06:32 +00:00
|
|
|
#interrupt-cells = <3>;
|
|
|
|
|
|
|
|
mti,reserved-cpu-vectors = <7>;
|
2015-12-12 06:42:05 +00:00
|
|
|
|
|
|
|
timer {
|
|
|
|
compatible = "mti,gic-timer";
|
|
|
|
interrupts = <GIC_LOCAL 1 IRQ_TYPE_NONE>;
|
2022-03-27 19:26:31 +00:00
|
|
|
clocks = <&sysc MT7621_CLK_CPU>;
|
2015-12-12 06:42:05 +00:00
|
|
|
};
|
2013-12-13 10:53:34 +00:00
|
|
|
};
|
|
|
|
|
2021-10-02 06:07:06 +00:00
|
|
|
cpc: cpc@1fbf0000 {
|
|
|
|
compatible = "mti,mips-cpc";
|
|
|
|
reg = <0x1fbf0000 0x8000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
mc: mc@1fbf8000 {
|
|
|
|
compatible = "mti,mips-cdmm";
|
|
|
|
reg = <0x1fbf8000 0x8000>;
|
|
|
|
};
|
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
nand: nand@1e003000 {
|
2015-12-19 11:07:29 +00:00
|
|
|
status = "disabled";
|
|
|
|
|
2020-04-01 03:19:12 +00:00
|
|
|
compatible = "mediatek,mt7621-nfc";
|
2013-12-13 10:53:34 +00:00
|
|
|
reg = <0x1e003000 0x800
|
|
|
|
0x1e003800 0x800>;
|
2020-04-01 03:19:12 +00:00
|
|
|
reg-names = "nfi", "ecc";
|
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
clocks = <&sysc MT7621_CLK_NAND>;
|
2020-04-01 03:19:12 +00:00
|
|
|
clock-names = "nfi_clk";
|
2013-12-13 10:53:34 +00:00
|
|
|
};
|
|
|
|
|
2022-06-20 13:55:45 +00:00
|
|
|
crypto: crypto@1e004000 {
|
|
|
|
compatible = "mediatek,mtk-eip93";
|
|
|
|
reg = <0x1e004000 0x1000>;
|
|
|
|
|
|
|
|
interrupt-parent = <&gic>;
|
|
|
|
interrupts = <GIC_SHARED 19 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
};
|
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
ethernet: ethernet@1e100000 {
|
2015-12-17 09:25:57 +00:00
|
|
|
compatible = "mediatek,mt7621-eth";
|
2016-05-09 06:23:12 +00:00
|
|
|
reg = <0x1e100000 0x10000>;
|
2013-12-13 10:53:34 +00:00
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
clocks = <&sysc MT7621_CLK_FE>, <&sysc MT7621_CLK_ETH>;
|
2022-03-27 19:26:31 +00:00
|
|
|
clock-names = "fe", "ethif";
|
2020-03-01 09:14:44 +00:00
|
|
|
|
2013-12-13 10:53:34 +00:00
|
|
|
#address-cells = <1>;
|
2020-03-01 09:14:44 +00:00
|
|
|
#size-cells = <0>;
|
2013-12-13 10:53:34 +00:00
|
|
|
|
2023-06-17 11:30:59 +00:00
|
|
|
resets = <&sysc MT7621_RST_FE>, <&sysc MT7621_RST_ETH>;
|
2015-01-18 20:16:44 +00:00
|
|
|
reset-names = "fe", "eth";
|
|
|
|
|
2013-12-13 10:53:34 +00:00
|
|
|
interrupt-parent = <&gic>;
|
2015-12-11 15:02:13 +00:00
|
|
|
interrupts = <GIC_SHARED 3 IRQ_TYPE_LEVEL_HIGH>;
|
2013-12-13 10:53:34 +00:00
|
|
|
|
2021-05-05 13:21:53 +00:00
|
|
|
mediatek,ethsys = <&sysc>;
|
2020-03-01 09:14:44 +00:00
|
|
|
|
2022-02-14 07:00:40 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&mdio_pins>, <&rgmii1_pins>, <&rgmii2_pins>;
|
|
|
|
|
2020-03-01 09:14:44 +00:00
|
|
|
gmac0: mac@0 {
|
|
|
|
compatible = "mediatek,eth-mac";
|
|
|
|
reg = <0>;
|
|
|
|
phy-mode = "rgmii";
|
|
|
|
|
|
|
|
fixed-link {
|
|
|
|
speed = <1000>;
|
|
|
|
full-duplex;
|
|
|
|
pause;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
gmac1: mac@1 {
|
|
|
|
compatible = "mediatek,eth-mac";
|
|
|
|
reg = <1>;
|
|
|
|
status = "disabled";
|
2022-09-14 18:31:00 +00:00
|
|
|
phy-mode = "rgmii";
|
2020-03-01 09:14:44 +00:00
|
|
|
};
|
2015-12-17 09:25:57 +00:00
|
|
|
|
2020-03-01 09:14:44 +00:00
|
|
|
mdio: mdio-bus {
|
2013-12-13 10:53:34 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
2020-03-01 09:14:44 +00:00
|
|
|
switch0: switch@1f {
|
|
|
|
compatible = "mediatek,mt7621";
|
2013-12-13 10:53:34 +00:00
|
|
|
reg = <0x1f>;
|
2020-03-01 09:14:44 +00:00
|
|
|
mediatek,mcm;
|
2023-06-17 11:30:59 +00:00
|
|
|
resets = <&sysc MT7621_RST_MCM>;
|
2020-03-01 09:14:44 +00:00
|
|
|
reset-names = "mcm";
|
2022-02-10 05:59:46 +00:00
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <1>;
|
|
|
|
interrupts = <GIC_SHARED 23 IRQ_TYPE_LEVEL_HIGH>;
|
2020-03-01 09:14:44 +00:00
|
|
|
|
ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing
Currently, the MT7530 DSA subdriver configures the MT7530 switch to provide
direct access to switch PHYs, meaning, the switch PHYs listen on the MDIO
bus the switch listens on. The PHY muxing feature makes use of this.
This is problematic as the PHY may be attached before the switch is
initialised, in which case, the PHY will fail to be attached.
Since commit 91374ba537bd ("net: dsa: mt7530: support OF-based registration
of switch MDIO bus") on mainline Linux, we can describe the switch PHYs on
the MDIO bus of the switch on the device tree.
When the PHY is described this way, the switch will be initialised first,
then the switch MDIO bus will be registered. Only after these steps, the
PHY will be attached.
Describe the switch PHYs on mt7621.dtsi and remove defining the switch PHY
on the SoC's mdio bus node. When the PHY muxing is in use, the interrupts
for the muxed PHY won't work, therefore delete the "interrupts" property on
the devices where the PHY muxing feature is in use.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
2024-04-28 19:52:51 +00:00
|
|
|
mdio {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
ethphy0: ethernet-phy@0 {
|
|
|
|
reg = <0>;
|
|
|
|
interrupts = <0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
ethphy1: ethernet-phy@1 {
|
|
|
|
reg = <1>;
|
|
|
|
interrupts = <1>;
|
|
|
|
};
|
|
|
|
|
|
|
|
ethphy2: ethernet-phy@2 {
|
|
|
|
reg = <2>;
|
|
|
|
interrupts = <2>;
|
|
|
|
};
|
|
|
|
|
|
|
|
ethphy3: ethernet-phy@3 {
|
|
|
|
reg = <3>;
|
|
|
|
interrupts = <3>;
|
|
|
|
};
|
|
|
|
|
|
|
|
ethphy4: ethernet-phy@4 {
|
|
|
|
reg = <4>;
|
|
|
|
interrupts = <4>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-03-01 09:14:44 +00:00
|
|
|
ports {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
port@0 {
|
|
|
|
status = "disabled";
|
|
|
|
reg = <0>;
|
|
|
|
label = "lan0";
|
ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing
Currently, the MT7530 DSA subdriver configures the MT7530 switch to provide
direct access to switch PHYs, meaning, the switch PHYs listen on the MDIO
bus the switch listens on. The PHY muxing feature makes use of this.
This is problematic as the PHY may be attached before the switch is
initialised, in which case, the PHY will fail to be attached.
Since commit 91374ba537bd ("net: dsa: mt7530: support OF-based registration
of switch MDIO bus") on mainline Linux, we can describe the switch PHYs on
the MDIO bus of the switch on the device tree.
When the PHY is described this way, the switch will be initialised first,
then the switch MDIO bus will be registered. Only after these steps, the
PHY will be attached.
Describe the switch PHYs on mt7621.dtsi and remove defining the switch PHY
on the SoC's mdio bus node. When the PHY muxing is in use, the interrupts
for the muxed PHY won't work, therefore delete the "interrupts" property on
the devices where the PHY muxing feature is in use.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
2024-04-28 19:52:51 +00:00
|
|
|
phy-handle = <ðphy0>;
|
2020-03-01 09:14:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
port@1 {
|
|
|
|
status = "disabled";
|
|
|
|
reg = <1>;
|
|
|
|
label = "lan1";
|
ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing
Currently, the MT7530 DSA subdriver configures the MT7530 switch to provide
direct access to switch PHYs, meaning, the switch PHYs listen on the MDIO
bus the switch listens on. The PHY muxing feature makes use of this.
This is problematic as the PHY may be attached before the switch is
initialised, in which case, the PHY will fail to be attached.
Since commit 91374ba537bd ("net: dsa: mt7530: support OF-based registration
of switch MDIO bus") on mainline Linux, we can describe the switch PHYs on
the MDIO bus of the switch on the device tree.
When the PHY is described this way, the switch will be initialised first,
then the switch MDIO bus will be registered. Only after these steps, the
PHY will be attached.
Describe the switch PHYs on mt7621.dtsi and remove defining the switch PHY
on the SoC's mdio bus node. When the PHY muxing is in use, the interrupts
for the muxed PHY won't work, therefore delete the "interrupts" property on
the devices where the PHY muxing feature is in use.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
2024-04-28 19:52:51 +00:00
|
|
|
phy-handle = <ðphy1>;
|
2020-03-01 09:14:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
port@2 {
|
|
|
|
status = "disabled";
|
|
|
|
reg = <2>;
|
|
|
|
label = "lan2";
|
ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing
Currently, the MT7530 DSA subdriver configures the MT7530 switch to provide
direct access to switch PHYs, meaning, the switch PHYs listen on the MDIO
bus the switch listens on. The PHY muxing feature makes use of this.
This is problematic as the PHY may be attached before the switch is
initialised, in which case, the PHY will fail to be attached.
Since commit 91374ba537bd ("net: dsa: mt7530: support OF-based registration
of switch MDIO bus") on mainline Linux, we can describe the switch PHYs on
the MDIO bus of the switch on the device tree.
When the PHY is described this way, the switch will be initialised first,
then the switch MDIO bus will be registered. Only after these steps, the
PHY will be attached.
Describe the switch PHYs on mt7621.dtsi and remove defining the switch PHY
on the SoC's mdio bus node. When the PHY muxing is in use, the interrupts
for the muxed PHY won't work, therefore delete the "interrupts" property on
the devices where the PHY muxing feature is in use.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
2024-04-28 19:52:51 +00:00
|
|
|
phy-handle = <ðphy2>;
|
2020-03-01 09:14:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
port@3 {
|
|
|
|
status = "disabled";
|
|
|
|
reg = <3>;
|
|
|
|
label = "lan3";
|
ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing
Currently, the MT7530 DSA subdriver configures the MT7530 switch to provide
direct access to switch PHYs, meaning, the switch PHYs listen on the MDIO
bus the switch listens on. The PHY muxing feature makes use of this.
This is problematic as the PHY may be attached before the switch is
initialised, in which case, the PHY will fail to be attached.
Since commit 91374ba537bd ("net: dsa: mt7530: support OF-based registration
of switch MDIO bus") on mainline Linux, we can describe the switch PHYs on
the MDIO bus of the switch on the device tree.
When the PHY is described this way, the switch will be initialised first,
then the switch MDIO bus will be registered. Only after these steps, the
PHY will be attached.
Describe the switch PHYs on mt7621.dtsi and remove defining the switch PHY
on the SoC's mdio bus node. When the PHY muxing is in use, the interrupts
for the muxed PHY won't work, therefore delete the "interrupts" property on
the devices where the PHY muxing feature is in use.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
2024-04-28 19:52:51 +00:00
|
|
|
phy-handle = <ðphy3>;
|
2020-03-01 09:14:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
port@4 {
|
|
|
|
status = "disabled";
|
|
|
|
reg = <4>;
|
|
|
|
label = "lan4";
|
ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing
Currently, the MT7530 DSA subdriver configures the MT7530 switch to provide
direct access to switch PHYs, meaning, the switch PHYs listen on the MDIO
bus the switch listens on. The PHY muxing feature makes use of this.
This is problematic as the PHY may be attached before the switch is
initialised, in which case, the PHY will fail to be attached.
Since commit 91374ba537bd ("net: dsa: mt7530: support OF-based registration
of switch MDIO bus") on mainline Linux, we can describe the switch PHYs on
the MDIO bus of the switch on the device tree.
When the PHY is described this way, the switch will be initialised first,
then the switch MDIO bus will be registered. Only after these steps, the
PHY will be attached.
Describe the switch PHYs on mt7621.dtsi and remove defining the switch PHY
on the SoC's mdio bus node. When the PHY muxing is in use, the interrupts
for the muxed PHY won't work, therefore delete the "interrupts" property on
the devices where the PHY muxing feature is in use.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
2024-04-28 19:52:51 +00:00
|
|
|
phy-handle = <ðphy4>;
|
2020-03-01 09:14:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
port@6 {
|
|
|
|
reg = <6>;
|
|
|
|
ethernet = <&gmac0>;
|
|
|
|
phy-mode = "rgmii";
|
|
|
|
|
|
|
|
fixed-link {
|
|
|
|
speed = <1000>;
|
|
|
|
full-duplex;
|
2022-02-14 07:00:39 +00:00
|
|
|
pause;
|
2020-03-01 09:14:44 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2013-12-13 10:53:34 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
pcie: pcie@1e140000 {
|
2015-01-17 16:50:51 +00:00
|
|
|
compatible = "mediatek,mt7621-pci";
|
2021-05-05 12:17:36 +00:00
|
|
|
reg = <0x1e140000 0x100>, /* host-pci bridge registers */
|
|
|
|
<0x1e142000 0x100>, /* pcie port 0 RC control registers */
|
|
|
|
<0x1e143000 0x100>, /* pcie port 1 RC control registers */
|
|
|
|
<0x1e144000 0x100>; /* pcie port 2 RC control registers */
|
2015-01-17 16:50:51 +00:00
|
|
|
#address-cells = <3>;
|
|
|
|
#size-cells = <2>;
|
|
|
|
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pcie_pins>;
|
|
|
|
|
|
|
|
device_type = "pci";
|
|
|
|
|
2022-03-27 19:26:31 +00:00
|
|
|
ranges = <0x02000000 0 0x60000000 0x60000000 0 0x10000000>, /* pci memory */
|
|
|
|
<0x01000000 0 0x00000000 0x1e160000 0 0x00010000>; /* io space */
|
|
|
|
|
|
|
|
status = "disabled";
|
2015-01-17 16:50:51 +00:00
|
|
|
|
2022-03-27 19:26:31 +00:00
|
|
|
#interrupt-cells = <1>;
|
|
|
|
interrupt-map-mask = <0xF800 0 0 0>;
|
|
|
|
interrupt-map = <0x0000 0 0 0 &gic GIC_SHARED 4 IRQ_TYPE_LEVEL_HIGH>,
|
|
|
|
<0x0800 0 0 0 &gic GIC_SHARED 24 IRQ_TYPE_LEVEL_HIGH>,
|
|
|
|
<0x1000 0 0 0 &gic GIC_SHARED 25 IRQ_TYPE_LEVEL_HIGH>;
|
2020-04-01 15:14:33 +00:00
|
|
|
|
|
|
|
reset-gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
|
2016-05-10 13:23:54 +00:00
|
|
|
|
2018-07-21 14:19:46 +00:00
|
|
|
pcie0: pcie@0,0 {
|
2015-01-17 16:50:51 +00:00
|
|
|
reg = <0x0000 0 0 0 0>;
|
|
|
|
#address-cells = <3>;
|
|
|
|
#size-cells = <2>;
|
2021-05-06 17:07:42 +00:00
|
|
|
device_type = "pci";
|
2018-07-21 14:19:46 +00:00
|
|
|
ranges;
|
2022-03-27 19:26:31 +00:00
|
|
|
#interrupt-cells = <1>;
|
|
|
|
interrupt-map-mask = <0 0 0 0>;
|
|
|
|
interrupt-map = <0 0 0 0 &gic GIC_SHARED 4 IRQ_TYPE_LEVEL_HIGH>;
|
2023-06-17 11:30:59 +00:00
|
|
|
resets = <&sysc MT7621_RST_PCIE0>;
|
2022-03-27 19:26:31 +00:00
|
|
|
clocks = <&sysc MT7621_CLK_PCIE0>;
|
|
|
|
phys = <&pcie0_phy 1>;
|
|
|
|
phy-names = "pcie-phy0";
|
2015-01-17 16:50:51 +00:00
|
|
|
};
|
|
|
|
|
2018-07-21 14:19:46 +00:00
|
|
|
pcie1: pcie@1,0 {
|
2015-01-17 16:50:51 +00:00
|
|
|
reg = <0x0800 0 0 0 0>;
|
|
|
|
#address-cells = <3>;
|
|
|
|
#size-cells = <2>;
|
2021-05-06 17:07:42 +00:00
|
|
|
device_type = "pci";
|
2018-07-21 14:19:46 +00:00
|
|
|
ranges;
|
2022-03-27 19:26:31 +00:00
|
|
|
#interrupt-cells = <1>;
|
|
|
|
interrupt-map-mask = <0 0 0 0>;
|
|
|
|
interrupt-map = <0 0 0 0 &gic GIC_SHARED 24 IRQ_TYPE_LEVEL_HIGH>;
|
2023-06-17 11:30:59 +00:00
|
|
|
resets = <&sysc MT7621_RST_PCIE1>;
|
2022-03-27 19:26:31 +00:00
|
|
|
clocks = <&sysc MT7621_CLK_PCIE1>;
|
|
|
|
phys = <&pcie0_phy 1>;
|
|
|
|
phy-names = "pcie-phy1";
|
2015-01-17 16:50:51 +00:00
|
|
|
};
|
|
|
|
|
2018-07-21 14:19:46 +00:00
|
|
|
pcie2: pcie@2,0 {
|
2015-01-17 16:50:51 +00:00
|
|
|
reg = <0x1000 0 0 0 0>;
|
|
|
|
#address-cells = <3>;
|
|
|
|
#size-cells = <2>;
|
2021-05-06 17:07:42 +00:00
|
|
|
device_type = "pci";
|
2018-07-21 14:19:46 +00:00
|
|
|
ranges;
|
2022-03-27 19:26:31 +00:00
|
|
|
#interrupt-cells = <1>;
|
|
|
|
interrupt-map-mask = <0 0 0 0>;
|
|
|
|
interrupt-map = <0 0 0 0 &gic GIC_SHARED 25 IRQ_TYPE_LEVEL_HIGH>;
|
2023-06-17 11:30:59 +00:00
|
|
|
resets = <&sysc MT7621_RST_PCIE2>;
|
2022-03-27 19:26:31 +00:00
|
|
|
clocks = <&sysc MT7621_CLK_PCIE2>;
|
|
|
|
phys = <&pcie2_phy 0>;
|
|
|
|
phy-names = "pcie-phy2";
|
2015-01-17 16:50:51 +00:00
|
|
|
};
|
|
|
|
};
|
2020-04-01 15:14:33 +00:00
|
|
|
|
|
|
|
pcie0_phy: pcie-phy@1e149000 {
|
|
|
|
compatible = "mediatek,mt7621-pci-phy";
|
|
|
|
reg = <0x1e149000 0x0700>;
|
2022-03-27 19:26:31 +00:00
|
|
|
clocks = <&sysc MT7621_CLK_XTAL>;
|
2020-04-01 15:14:33 +00:00
|
|
|
#phy-cells = <1>;
|
|
|
|
};
|
|
|
|
|
|
|
|
pcie2_phy: pcie-phy@1e14a000 {
|
|
|
|
compatible = "mediatek,mt7621-pci-phy";
|
|
|
|
reg = <0x1e14a000 0x0700>;
|
2022-03-27 19:26:31 +00:00
|
|
|
clocks = <&sysc MT7621_CLK_XTAL>;
|
2020-04-01 15:14:33 +00:00
|
|
|
#phy-cells = <1>;
|
|
|
|
};
|
2013-12-13 10:53:34 +00:00
|
|
|
};
|