Skip to content

Commit 9557896

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 a59c145 commit 9557896

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
@@ -1144,5 +1144,25 @@
11441144
status = "disabled";
11451145
};
11461146
};
1147+
1148+
xspi0: xspi@80220000 {
1149+
compatible = "renesas,rz-xspi";
1150+
reg = <0x80220000 0x1000>;
1151+
interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
1152+
<GIC_SPI 340 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1153+
#address-cells = <1>;
1154+
#size-cells = <1>;
1155+
status = "disabled";
1156+
};
1157+
1158+
xspi1: xspi@80221000 {
1159+
compatible = "renesas,rz-xspi";
1160+
reg = <0x80221000 0x1000>;
1161+
interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
1162+
<GIC_SPI 342 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1163+
#address-cells = <1>;
1164+
#size-cells = <1>;
1165+
status = "disabled";
1166+
};
11471167
};
11481168
};

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,5 +1143,26 @@
11431143
status = "disabled";
11441144
};
11451145
};
1146+
1147+
xspi0: xspi@80220000 {
1148+
compatible = "renesas,rz-xspi";
1149+
reg = <0x80220000 0x1000>;
1150+
interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
1151+
<GIC_SPI 340 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1152+
#address-cells = <1>;
1153+
#size-cells = <1>;
1154+
status = "disabled";
1155+
};
1156+
1157+
xspi1: xspi@80221000 {
1158+
compatible = "renesas,rz-xspi";
1159+
reg = <0x80221000 0x1000>;
1160+
interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
1161+
<GIC_SPI 342 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1162+
#address-cells = <1>;
1163+
#size-cells = <1>;
1164+
status = "disabled";
1165+
};
1166+
11461167
};
11471168
};

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,5 +688,14 @@
688688
status = "disabled";
689689
};
690690
};
691+
692+
spibsc: spibsc@10060000 {
693+
compatible = "renesas,rz-spibsc";
694+
reg = <0x10060000 0x1000>;
695+
#address-cells = <1>;
696+
#size-cells = <1>;
697+
status = "disabled";
698+
};
699+
691700
};
692701
};

0 commit comments

Comments
 (0)