Skip to content

Commit 8bcb11a

Browse files
committed
dts: renesas: Add flash support for RZ/A3UL, N2L, T2M
Add SPIBSC node for RZ/A3UL Add XSPI node for RZ/T2M, N2L Signed-off-by: Tien Nguyen <[email protected]>
1 parent 030c8b3 commit 8bcb11a

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

dts/arm/renesas/rz/rzn/r9a07g084.dtsi

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,5 +1266,25 @@
12661266
interrupts = <GIC_SPI 388 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>;
12671267
status = "disabled";
12681268
};
1269+
1270+
xspi0: xspi@80220000 {
1271+
compatible = "renesas,rz-xspi";
1272+
reg = <0x80220000 0x1000>;
1273+
interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
1274+
<GIC_SPI 340 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1275+
#address-cells = <1>;
1276+
#size-cells = <1>;
1277+
status = "disabled";
1278+
};
1279+
1280+
xspi1: xspi@80221000 {
1281+
compatible = "renesas,rz-xspi";
1282+
reg = <0x80221000 0x1000>;
1283+
interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
1284+
<GIC_SPI 342 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1285+
#address-cells = <1>;
1286+
#size-cells = <1>;
1287+
status = "disabled";
1288+
};
12691289
};
12701290
};

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,5 +1270,26 @@
12701270
interrupts = <GIC_SPI 388 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>;
12711271
status = "disabled";
12721272
};
1273+
1274+
xspi0: xspi@80220000 {
1275+
compatible = "renesas,rz-xspi";
1276+
reg = <0x80220000 0x1000>;
1277+
interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
1278+
<GIC_SPI 340 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1279+
#address-cells = <1>;
1280+
#size-cells = <1>;
1281+
status = "disabled";
1282+
};
1283+
1284+
xspi1: xspi@80221000 {
1285+
compatible = "renesas,rz-xspi";
1286+
reg = <0x80221000 0x1000>;
1287+
interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
1288+
<GIC_SPI 342 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1289+
#address-cells = <1>;
1290+
#size-cells = <1>;
1291+
status = "disabled";
1292+
};
1293+
12731294
};
12741295
};

dts/arm64/renesas/rz/rza/r9a07g063.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,5 +919,14 @@
919919
clock-freq = <DT_FREQ_M(24)>;
920920
status = "disabled";
921921
};
922+
923+
spibsc: spibsc@10060000 {
924+
compatible = "renesas,rz-spibsc";
925+
reg = <0x10060000 0x1000>;
926+
#address-cells = <1>;
927+
#size-cells = <1>;
928+
status = "disabled";
929+
};
930+
922931
};
923932
};

0 commit comments

Comments
 (0)