2021-01-21 20:41:37 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
/ {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
compatible = "realtek,rtl838x-soc";
|
|
|
|
|
|
|
|
cpus {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
frequency = <800000000>;
|
|
|
|
|
|
|
|
cpu@0 {
|
|
|
|
compatible = "mips,mips34Kc";
|
|
|
|
reg = <0>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
memory@0 {
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x0 0x8000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
2022-02-20 15:25:40 +00:00
|
|
|
bootargs = "console=ttyS0,115200";
|
2021-01-21 20:41:37 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
cpuintc: cpuintc {
|
2021-08-11 11:27:38 +00:00
|
|
|
compatible = "mti,cpu-interrupt-controller";
|
2021-01-21 20:41:37 +00:00
|
|
|
#address-cells = <0>;
|
|
|
|
#interrupt-cells = <1>;
|
|
|
|
interrupt-controller;
|
|
|
|
};
|
|
|
|
|
2021-11-14 18:45:31 +00:00
|
|
|
lx_clk: lx_clk {
|
2021-01-21 20:41:37 +00:00
|
|
|
compatible = "fixed-clock";
|
2021-11-14 18:45:31 +00:00
|
|
|
#clock-cells = <0>;
|
2021-01-21 20:41:37 +00:00
|
|
|
clock-frequency = <175000000>;
|
|
|
|
};
|
|
|
|
|
2021-05-06 11:46:42 +00:00
|
|
|
soc: soc {
|
|
|
|
compatible = "simple-bus";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2021-08-11 10:06:09 +00:00
|
|
|
ranges = <0x0 0x18000000 0x10000>;
|
2021-05-06 11:46:42 +00:00
|
|
|
|
2022-01-10 10:30:47 +00:00
|
|
|
intc: interrupt-controller@3000 {
|
|
|
|
compatible = "realtek,rtl9300-intc", "realtek,rtl-intc";
|
|
|
|
reg = <0x3000 0x18>, <0x3018 0x18>;
|
2021-05-06 11:46:42 +00:00
|
|
|
interrupt-controller;
|
2022-01-10 10:30:47 +00:00
|
|
|
#interrupt-cells = <2>;
|
|
|
|
|
|
|
|
interrupt-parent = <&cpuintc>;
|
|
|
|
interrupts = <2>, <3>, <4>, <5>, <6>, <7>;
|
2021-05-06 11:46:42 +00:00
|
|
|
};
|
2021-01-21 20:41:37 +00:00
|
|
|
|
2022-01-10 10:30:47 +00:00
|
|
|
rtl9300clock: rtl9300clock@3200 {
|
|
|
|
compatible = "realtek,rtl9300clock";
|
2022-02-20 16:17:17 +00:00
|
|
|
reg = <0x3200 0x10>, <0x3210 0x10>;
|
2022-01-10 10:30:47 +00:00
|
|
|
|
2021-05-06 11:46:42 +00:00
|
|
|
interrupt-parent = <&intc>;
|
2022-02-20 15:25:43 +00:00
|
|
|
interrupts = <7 5>, <8 5>;
|
2021-05-06 11:46:42 +00:00
|
|
|
};
|
2021-01-21 20:41:37 +00:00
|
|
|
|
2021-05-06 11:46:42 +00:00
|
|
|
spi0: spi@1200 {
|
|
|
|
compatible = "realtek,rtl8380-spi";
|
|
|
|
reg = <0x1200 0x100>;
|
2021-01-21 20:41:37 +00:00
|
|
|
|
2021-05-06 11:46:42 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
};
|
2021-01-21 20:41:37 +00:00
|
|
|
|
2021-05-06 11:46:42 +00:00
|
|
|
uart0: uart@2000 {
|
|
|
|
compatible = "ns16550a";
|
|
|
|
reg = <0x2000 0x100>;
|
2021-01-21 20:41:37 +00:00
|
|
|
|
2021-11-14 18:45:31 +00:00
|
|
|
clocks = <&lx_clk>;
|
2021-01-21 20:41:37 +00:00
|
|
|
|
2021-05-06 11:46:42 +00:00
|
|
|
interrupt-parent = <&intc>;
|
2022-01-10 10:30:47 +00:00
|
|
|
interrupts = <30 1>;
|
2021-01-21 20:41:37 +00:00
|
|
|
|
2021-05-06 11:46:42 +00:00
|
|
|
reg-io-width = <1>;
|
|
|
|
reg-shift = <2>;
|
|
|
|
fifo-size = <1>;
|
|
|
|
no-loopback-test;
|
|
|
|
};
|
2021-01-21 20:41:37 +00:00
|
|
|
|
2021-05-06 11:46:42 +00:00
|
|
|
uart1: uart@2100 {
|
|
|
|
compatible = "ns16550a";
|
|
|
|
reg = <0x2100 0x100>;
|
2021-01-21 20:41:37 +00:00
|
|
|
|
2021-11-14 18:45:31 +00:00
|
|
|
clocks = <&lx_clk>;
|
2021-01-21 20:41:37 +00:00
|
|
|
|
2021-05-06 11:46:42 +00:00
|
|
|
interrupt-parent = <&intc>;
|
2022-01-10 10:30:47 +00:00
|
|
|
interrupts = <31 0>;
|
2021-01-21 20:41:37 +00:00
|
|
|
|
2021-05-06 11:46:42 +00:00
|
|
|
reg-io-width = <1>;
|
|
|
|
reg-shift = <2>;
|
|
|
|
fifo-size = <1>;
|
|
|
|
no-loopback-test;
|
2021-05-06 10:40:04 +00:00
|
|
|
|
2021-05-06 11:46:42 +00:00
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
2021-11-14 18:45:33 +00:00
|
|
|
watchdog0: watchdog@3260 {
|
|
|
|
compatible = "realtek,rtl9300-wdt";
|
|
|
|
reg = <0x3260 0xc>;
|
|
|
|
|
|
|
|
realtek,reset-mode = "soc";
|
|
|
|
|
|
|
|
clocks = <&lx_clk>;
|
|
|
|
timeout-sec = <30>;
|
|
|
|
|
|
|
|
interrupt-parent = <&intc>;
|
|
|
|
interrupt-names = "phase1", "phase2";
|
2022-01-10 10:30:47 +00:00
|
|
|
interrupts = <5 4>, <6 4>;
|
2021-11-14 18:45:33 +00:00
|
|
|
};
|
|
|
|
|
2022-01-10 10:30:47 +00:00
|
|
|
gpio0: gpio-controller@3300 {
|
|
|
|
compatible = "realtek,rtl9300-gpio", "realtek,otto-gpio";
|
|
|
|
reg = <0x3300 0x1c>, <0x3338 0x8>;
|
|
|
|
|
2021-05-06 11:46:42 +00:00
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
2022-01-10 10:30:47 +00:00
|
|
|
ngpios = <24>;
|
2021-05-06 11:46:42 +00:00
|
|
|
|
2022-01-10 10:30:47 +00:00
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-parent = <&intc>;
|
|
|
|
interrupts = <13 1>;
|
2021-05-06 11:46:42 +00:00
|
|
|
};
|
2022-01-10 10:30:47 +00:00
|
|
|
|
2021-01-21 20:41:37 +00:00
|
|
|
};
|
|
|
|
|
2021-08-11 10:06:09 +00:00
|
|
|
ethernet0: ethernet@1b00a300 {
|
2021-01-21 20:41:37 +00:00
|
|
|
compatible = "realtek,rtl838x-eth";
|
2021-08-11 10:06:09 +00:00
|
|
|
reg = <0x1b00a300 0x100>;
|
2022-01-10 10:30:47 +00:00
|
|
|
|
2021-01-21 20:41:37 +00:00
|
|
|
interrupt-parent = <&intc>;
|
2022-01-10 10:30:47 +00:00
|
|
|
interrupts = <24 3>;
|
|
|
|
|
2021-01-21 20:41:37 +00:00
|
|
|
phy-mode = "internal";
|
2021-08-11 11:27:38 +00:00
|
|
|
|
2021-01-21 20:41:37 +00:00
|
|
|
fixed-link {
|
|
|
|
speed = <1000>;
|
|
|
|
full-duplex;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-08-11 10:06:09 +00:00
|
|
|
switch0: switch@1b000000 {
|
2021-08-11 11:27:38 +00:00
|
|
|
compatible = "realtek,rtl83xx-switch";
|
2022-01-10 10:30:47 +00:00
|
|
|
status = "okay";
|
2021-01-21 20:41:37 +00:00
|
|
|
|
|
|
|
interrupt-parent = <&intc>;
|
2022-01-10 10:30:47 +00:00
|
|
|
interrupts = <23 2>;
|
2021-01-21 20:41:37 +00:00
|
|
|
};
|
|
|
|
};
|