Skip to content

Commit 0c8ab73

Browse files
nhutnguyenkckartben
authored andcommitted
drivers: serial: Add support for RZ/T2L
Add serial driver support for Renesas RZ/T2L Signed-off-by: Nhut Nguyen <[email protected]> Signed-off-by: Hieu Nguyen <[email protected]>
1 parent be6abc3 commit 0c8ab73

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed

dts/arm/renesas/rz/rzt/r9a07g074.dtsi

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,113 @@
9393
compatible = "renesas,rzt-pinctrl";
9494
reg = <0x800a0000 0x1000 0x81030c00 0x1000>;
9595
};
96+
97+
sci0: sci0@80001000 {
98+
compatible = "renesas,rz-sci";
99+
reg = <0x80001000 0x400>;
100+
channel = <0>;
101+
interrupts = <GIC_SPI 288 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
102+
<GIC_SPI 289 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>,
103+
<GIC_SPI 290 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>,
104+
<GIC_SPI 291 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
105+
interrupt-names = "eri", "rxi", "txi", "tei";
106+
status = "disabled";
107+
108+
uart {
109+
compatible = "renesas,rz-sci-uart";
110+
current-speed = <115200>;
111+
status = "disabled";
112+
};
113+
};
114+
115+
sci1: sci1@80001400 {
116+
compatible = "renesas,rz-sci";
117+
reg = <0x80001400 0x400>;
118+
channel = <1>;
119+
interrupts = <GIC_SPI 292 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
120+
<GIC_SPI 293 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>,
121+
<GIC_SPI 294 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>,
122+
<GIC_SPI 295 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
123+
interrupt-names = "eri", "rxi", "txi", "tei";
124+
status = "disabled";
125+
126+
uart {
127+
compatible = "renesas,rz-sci-uart";
128+
current-speed = <115200>;
129+
status = "disabled";
130+
};
131+
};
132+
133+
sci2: sci2@80001800 {
134+
compatible = "renesas,rz-sci";
135+
reg = <0x80001800 0x400>;
136+
channel = <2>;
137+
interrupts = <GIC_SPI 296 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
138+
<GIC_SPI 297 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>,
139+
<GIC_SPI 298 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>,
140+
<GIC_SPI 299 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
141+
interrupt-names = "eri", "rxi", "txi", "tei";
142+
status = "disabled";
143+
144+
uart {
145+
compatible = "renesas,rz-sci-uart";
146+
current-speed = <115200>;
147+
status = "disabled";
148+
};
149+
};
150+
151+
sci3: sci3@80001c00 {
152+
compatible = "renesas,rz-sci";
153+
reg = <0x80001c00 0x400>;
154+
channel = <3>;
155+
interrupts = <GIC_SPI 300 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
156+
<GIC_SPI 301 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>,
157+
<GIC_SPI 302 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>,
158+
<GIC_SPI 303 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
159+
interrupt-names = "eri", "rxi", "txi", "tei";
160+
status = "disabled";
161+
162+
uart {
163+
compatible = "renesas,rz-sci-uart";
164+
current-speed = <115200>;
165+
status = "disabled";
166+
};
167+
};
168+
169+
sci4: sci4@80002000 {
170+
compatible = "renesas,rz-sci";
171+
reg = <0x80002000 0x400>;
172+
channel = <4>;
173+
interrupts = <GIC_SPI 304 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
174+
<GIC_SPI 305 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>,
175+
<GIC_SPI 306 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>,
176+
<GIC_SPI 307 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
177+
interrupt-names = "eri", "rxi", "txi", "tei";
178+
status = "disabled";
179+
180+
uart {
181+
compatible = "renesas,rz-sci-uart";
182+
current-speed = <115200>;
183+
status = "disabled";
184+
};
185+
};
186+
187+
sci5: sci5@81001000 {
188+
compatible = "renesas,rz-sci";
189+
reg = <0x81001000 0x400>;
190+
channel = <5>;
191+
interrupts = <GIC_SPI 435 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
192+
<GIC_SPI 436 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>,
193+
<GIC_SPI 437 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>,
194+
<GIC_SPI 438 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
195+
interrupt-names = "eri", "rxi", "txi", "tei";
196+
status = "disabled";
197+
198+
uart {
199+
compatible = "renesas,rz-sci-uart";
200+
current-speed = <115200>;
201+
status = "disabled";
202+
};
203+
};
96204
};
97205
};

0 commit comments

Comments
 (0)