1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5 * Copyright (c) 2017 Andreas Färber
6 * Copyright (c) 2018 Manivannan Sadhasivam
9 #include <dt-bindings/interrupt-controller/irq.h>
12 compatible = "rda,8810pl";
13 interrupt-parent = <&intc>;
23 compatible = "arm,cortex-a5";
29 compatible = "mmio-sram";
30 reg = <0x100000 0x10000>;
37 compatible = "simple-bus";
40 ranges = <0x0 0x10000000 0xfffffff>;
43 compatible = "rda,8810pl-gpio";
44 reg = <0x1a08000 0x1000>;
52 compatible = "simple-bus";
55 ranges = <0x0 0x20800000 0x100000>;
57 intc: interrupt-controller@0 {
58 compatible = "rda,8810pl-intc";
61 #interrupt-cells = <2>;
66 compatible = "simple-bus";
69 ranges = <0x0 0x20900000 0x100000>;
72 compatible = "rda,8810pl-timer";
73 reg = <0x10000 0x1000>;
74 interrupts = <16 IRQ_TYPE_LEVEL_HIGH>,
75 <17 IRQ_TYPE_LEVEL_HIGH>;
76 interrupt-names = "hwtimer", "ostimer";
80 compatible = "rda,8810pl-gpio";
81 reg = <0x30000 0x1000>;
86 #interrupt-cells = <2>;
87 interrupts = <12 IRQ_TYPE_LEVEL_HIGH>;
91 compatible = "rda,8810pl-gpio";
92 reg = <0x31000 0x1000>;
97 #interrupt-cells = <2>;
98 interrupts = <13 IRQ_TYPE_LEVEL_HIGH>;
102 compatible = "rda,8810pl-gpio";
103 reg = <0x32000 0x1000>;
107 interrupt-controller;
108 #interrupt-cells = <2>;
109 interrupts = <14 IRQ_TYPE_LEVEL_HIGH>;
114 compatible = "simple-bus";
115 #address-cells = <1>;
117 ranges = <0x0 0x20a00000 0x100000>;
120 compatible = "rda,8810pl-uart";
122 interrupts = <9 IRQ_TYPE_LEVEL_HIGH>;
126 uart2: serial@10000 {
127 compatible = "rda,8810pl-uart";
128 reg = <0x10000 0x1000>;
129 interrupts = <10 IRQ_TYPE_LEVEL_HIGH>;
133 uart3: serial@90000 {
134 compatible = "rda,8810pl-uart";
135 reg = <0x90000 0x1000>;
136 interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
141 l2: cache-controller@21100000 {
142 compatible = "arm,pl310-cache";
143 reg = <0x21100000 0x1000>;