realtek: add "soc" node to soc dtsi in dts-5.10

Add a "soc" node as a simple-bus to rtl838x.dtsi and rtl930x.dtsi.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
This commit is contained in:
INAGAKI Hiroshi 2021-05-06 20:46:42 +09:00 committed by Adrian Schmutzler
parent ddaeb73de0
commit 3069fffe60
2 changed files with 149 additions and 131 deletions

View file

@ -75,78 +75,87 @@
interrupt-controller; interrupt-controller;
}; };
intc: rtlintc { soc: soc {
compatible = "realtek,rtl-intc"; compatible = "simple-bus";
reg = <0xb8003000 0x20>;
#address-cells = <0>;
#interrupt-cells = <1>;
interrupt-controller;
interrupt-map =
<31 &cpuintc 2>, /* UART0 */
<30 &cpuintc 1>, /* UART1 */
<29 &cpuintc 5>, /* TC0 */
<28 &cpuintc 1>, /* TC1 */
<27 &cpuintc 1>, /* OCPTO */
<26 &cpuintc 1>, /* HLXTO */
<25 &cpuintc 1>, /* SLXTO */
<24 &cpuintc 4>, /* NIC */
<23 &cpuintc 4>, /* GPIO_ABCD */
<22 &cpuintc 4>, /* GPIO_EFGH */
<21 &cpuintc 4>, /* RTC */
<20 &cpuintc 3>, /* SWCORE */
<19 &cpuintc 4>, /* WDT_IP1 */
<18 &cpuintc 5>; /* WDT_IP2 */
};
spi0: spi@b8001200 {
compatible = "realtek,rtl8380-spi";
reg = <0xb8001200 0x100>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <1>;
}; ranges = <0x0 0xb8000000 0x10000>;
uart0: uart@b8002000 { intc: rtlintc@3000 {
compatible = "ns16550a"; compatible = "realtek,rtl-intc";
reg = <0xb8002000 0x100>; reg = <0x3000 0x20>;
#address-cells = <0>;
#interrupt-cells = <1>;
interrupt-controller;
interrupt-map =
<31 &cpuintc 2>, /* UART0 */
<30 &cpuintc 1>, /* UART1 */
<29 &cpuintc 5>, /* TC0 */
<28 &cpuintc 1>, /* TC1 */
<27 &cpuintc 1>, /* OCPTO */
<26 &cpuintc 1>, /* HLXTO */
<25 &cpuintc 1>, /* SLXTO */
<24 &cpuintc 4>, /* NIC */
<23 &cpuintc 4>, /* GPIO_ABCD */
<22 &cpuintc 4>, /* GPIO_EFGH */
<21 &cpuintc 4>, /* RTC */
<20 &cpuintc 3>, /* SWCORE */
<19 &cpuintc 4>, /* WDT_IP1 */
<18 &cpuintc 5>; /* WDT_IP2 */
};
clock-frequency = <200000000>; spi0: spi@1200 {
compatible = "realtek,rtl8380-spi";
reg = <0x1200 0x100>;
interrupt-parent = <&intc>; #address-cells = <1>;
interrupts = <31>; #size-cells = <0>;
};
reg-io-width = <1>; uart0: uart@2000 {
reg-shift = <2>; compatible = "ns16550a";
fifo-size = <1>; reg = <0x2000 0x100>;
no-loopback-test;
};
uart1: uart@b8002100 { clock-frequency = <200000000>;
pinctrl-names = "default";
pinctrl-0 = <&enable_uart1>;
compatible = "ns16550a"; interrupt-parent = <&intc>;
reg = <0xb8002100 0x100>; interrupts = <31>;
clock-frequency = <200000000>; reg-io-width = <1>;
reg-shift = <2>;
fifo-size = <1>;
no-loopback-test;
};
interrupt-parent = <&intc>; uart1: uart@2100 {
interrupts = <30>; pinctrl-names = "default";
pinctrl-0 = <&enable_uart1>;
reg-io-width = <1>; compatible = "ns16550a";
reg-shift = <2>; reg = <0x2100 0x100>;
fifo-size = <1>;
no-loopback-test;
};
gpio0: gpio-controller@b8003500 { clock-frequency = <200000000>;
compatible = "realtek,rtl8380-gpio", "realtek,otto-gpio";
reg = <0xb8003500 0x20>; interrupt-parent = <&intc>;
gpio-controller; interrupts = <30>;
#gpio-cells = <2>;
ngpios = <24>; reg-io-width = <1>;
interrupt-parent = <&intc>; reg-shift = <2>;
interrupts = <23>; fifo-size = <1>;
no-loopback-test;
status = "disabled";
};
gpio0: gpio-controller@3500 {
compatible = "realtek,rtl8380-gpio", "realtek,otto-gpio";
reg = <0x3500 0x20>;
gpio-controller;
#gpio-cells = <2>;
ngpios = <24>;
interrupt-parent = <&intc>;
interrupts = <23>;
};
}; };
gpio1: rtl8231-gpio { gpio1: rtl8231-gpio {

View file

@ -80,26 +80,6 @@
interrupt-controller; interrupt-controller;
}; };
intc: rtlintc {
compatible = "realtek,rtl-intc";
reg = <0xb8003000 0x20>;
#address-cells = <0>;
#interrupt-cells = <1>;
interrupt-controller;
interrupt-map =
<31 &cpuintc 1>, /* UART1 */
<30 &cpuintc 2>, /* UART0 */
<28 &cpuintc 1>, /* USB_H2 */
<24 &cpuintc 4>, /* NIC */
<23 &cpuintc 3>, /* SWCORE */
<13 &cpuintc 4>, /* GPIO_ABCD */
<11 &cpuintc 1>, /* TC4 */
<10 &cpuintc 1>, /* TC3 */
<9 &cpuintc 1>, /* TC2 */
<8 &cpuintc 1>, /* TC1 */
<7 &cpuintc 5>; /* TC0 */
};
osc: oscillator { osc: oscillator {
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <1>; #clock-cells = <1>;
@ -107,67 +87,96 @@
clock-output-names = "osc"; clock-output-names = "osc";
}; };
timer: timer@b8003200 { soc: soc {
compatible = "realtek,rtl9300-timer"; compatible = "simple-bus";
reg = <0xb8003200 0x60>;
interrupt-parent = <&intc>;
interrupts = <8>;
interrupt-names = "ostimer";
clocks = <&osc 0>;
};
spi0: spi@b8001200 {
compatible = "realtek,rtl8380-spi";
reg = <0xb8001200 0x100>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <1>;
}; ranges = <0x0 0xb8000000 0x10000>;
uart0: uart@b8002000 { intc: rtlintc@3000 {
compatible = "ns16550a"; compatible = "realtek,rtl-intc";
reg = <0xb8002000 0x100>; reg = <0x3000 0x20>;
#address-cells = <0>;
#interrupt-cells = <1>;
interrupt-controller;
interrupt-map =
<31 &cpuintc 1>, /* UART1 */
<30 &cpuintc 2>, /* UART0 */
<28 &cpuintc 1>, /* USB_H2 */
<24 &cpuintc 4>, /* NIC */
<23 &cpuintc 3>, /* SWCORE */
<13 &cpuintc 4>, /* GPIO_ABCD */
<11 &cpuintc 1>, /* TC4 */
<10 &cpuintc 1>, /* TC3 */
<9 &cpuintc 1>, /* TC2 */
<8 &cpuintc 1>, /* TC1 */
<7 &cpuintc 5>; /* TC0 */
};
clock-frequency = <175000000>; timer: timer@3200 {
compatible = "realtek,rtl9300-timer";
reg = <0x3200 0x60>;
interrupt-parent = <&intc>;
interrupts = <8>;
interrupt-names = "ostimer";
clocks = <&osc 0>;
};
interrupt-parent = <&intc>; spi0: spi@1200 {
interrupts = <30>; compatible = "realtek,rtl8380-spi";
reg = <0x1200 0x100>;
reg-io-width = <1>; #address-cells = <1>;
reg-shift = <2>; #size-cells = <0>;
fifo-size = <1>; };
no-loopback-test;
};
uart1: uart@b8002100 { uart0: uart@2000 {
compatible = "ns16550a"; compatible = "ns16550a";
reg = <0xb8002100 0x100>; reg = <0x2000 0x100>;
clock-frequency = <175000000>; clock-frequency = <175000000>;
interrupt-parent = <&intc>; interrupt-parent = <&intc>;
interrupts = <31>; interrupts = <30>;
reg-io-width = <1>; reg-io-width = <1>;
reg-shift = <2>; reg-shift = <2>;
fifo-size = <1>; fifo-size = <1>;
no-loopback-test; no-loopback-test;
}; };
gpio0: gpio-controller@b8003500 { uart1: uart@2100 {
compatible = "realtek,rtl8380-gpio", "realtek,otto-gpio"; compatible = "ns16550a";
reg = <0xb8003500 0x20>; reg = <0x2100 0x100>;
gpio-controller;
#gpio-cells = <2>;
ngpios = <32>;
interrupt-parent = <&intc>;
interrupts = <31>;
/* clock-frequency = <175000000>;
* currently, RTL930x GPIO is not supported in
* upstreamed driver (gpio-realtek-otto) interrupt-parent = <&intc>;
*/ interrupts = <31>;
status = "disabled";
reg-io-width = <1>;
reg-shift = <2>;
fifo-size = <1>;
no-loopback-test;
status = "disabled";
};
gpio0: gpio-controller@3500 {
compatible = "realtek,rtl8380-gpio", "realtek,otto-gpio";
reg = <0x3500 0x20>;
gpio-controller;
#gpio-cells = <2>;
ngpios = <32>;
interrupt-parent = <&intc>;
interrupts = <31>;
/*
* currently, RTL930x GPIO is not supported in
* upstreamed driver (gpio-realtek-otto)
*/
status = "disabled";
};
}; };
ethernet0: ethernet@bb00a300 { ethernet0: ethernet@bb00a300 {