File tree Expand file tree Collapse file tree 3 files changed +50
-0
lines changed Expand file tree Collapse file tree 3 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 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};
Original file line number Diff line number Diff line change 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};
Original file line number Diff line number Diff line change 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};
You can’t perform that action at this time.
0 commit comments