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 1144
1144
status = "disabled";
1145
1145
};
1146
1146
};
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
+ };
1147
1167
};
1148
1168
};
Original file line number Diff line number Diff line change 1143
1143
status = "disabled";
1144
1144
};
1145
1145
};
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
+
1146
1167
};
1147
1168
};
Original file line number Diff line number Diff line change 688
688
status = "disabled";
689
689
};
690
690
};
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
+
691
700
};
692
701
};
You can’t perform that action at this time.
0 commit comments