1 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
3 * Realtek RTD1293/RTD1295/RTD1296 SoC
5 * Copyright (c) 2016-2019 Andreas Färber
8 /memreserve/ 0x0000000000000000 0x000000000001f000;
9 /memreserve/ 0x000000000001f000 0x00000000000e1000;
10 /memreserve/ 0x0000000001b00000 0x00000000004be000;
12 #include <dt-bindings/interrupt-controller/arm-gic.h>
13 #include <dt-bindings/reset/realtek,rtd1295.h>
16 interrupt-parent = <&gic>;
26 reg = <0x1f000 0x1000>;
29 rpc_ringbuf: rpc@1ffe000 {
30 reg = <0x1ffe000 0x4000>;
34 reg = <0x10100000 0xf00000>;
40 compatible = "arm,cortex-a53-pmu";
41 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
45 compatible = "fixed-clock";
46 clock-frequency = <27000000>;
48 clock-output-names = "osc27M";
52 compatible = "simple-bus";
55 ranges = <0x00000000 0x00000000 0x0001f000>, /* boot ROM */
56 /* Exclude up to 2 GiB of RAM */
57 <0x80000000 0x80000000 0x80000000>;
60 compatible = "simple-bus";
61 reg = <0x98000000 0x200000>;
64 ranges = <0x0 0x98000000 0x200000>;
67 compatible = "syscon", "simple-mfd";
72 ranges = <0x0 0x0 0x1800>;
76 compatible = "syscon", "simple-mfd";
77 reg = <0x7000 0x1000>;
81 ranges = <0x0 0x7000 0x1000>;
85 compatible = "syscon", "simple-mfd";
86 reg = <0x1a000 0x1000>;
90 ranges = <0x0 0x1a000 0x1000>;
94 compatible = "syscon", "simple-mfd";
95 reg = <0x1b000 0x1000>;
99 ranges = <0x0 0x1b000 0x1000>;
102 scpu_wrapper: syscon@1d000 {
103 compatible = "syscon", "simple-mfd";
104 reg = <0x1d000 0x2000>;
106 #address-cells = <1>;
108 ranges = <0x0 0x1d000 0x2000>;
112 gic: interrupt-controller@ff011000 {
113 compatible = "arm,gic-400";
114 reg = <0xff011000 0x1000>,
118 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
119 interrupt-controller;
120 #interrupt-cells = <3>;
126 reset1: reset-controller@0 {
127 compatible = "snps,dw-low-reset";
132 reset2: reset-controller@4 {
133 compatible = "snps,dw-low-reset";
138 reset3: reset-controller@8 {
139 compatible = "snps,dw-low-reset";
144 reset4: reset-controller@50 {
145 compatible = "snps,dw-low-reset";
152 iso_reset: reset-controller@88 {
153 compatible = "snps,dw-low-reset";
159 compatible = "realtek,rtd1295-watchdog";
165 compatible = "snps,dw-apb-uart";
169 clock-frequency = <27000000>;
170 resets = <&iso_reset RTD1295_ISO_RSTN_UR0>;
177 compatible = "snps,dw-apb-uart";
181 clock-frequency = <432000000>;
182 resets = <&reset2 RTD1295_RSTN_UR1>;
187 compatible = "snps,dw-apb-uart";
191 clock-frequency = <432000000>;
192 resets = <&reset2 RTD1295_RSTN_UR2>;