File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 164164 status = "disabled";
165165 };
166166
167+ spi0: spi@2000a200 {
168+ compatible = "bflb,spi";
169+ reg = <0x2000a200 0x100>;
170+ interrupts = <43 1>;
171+ interrupt-parent = <&clic>;
172+ status = "disabled";
173+ #address-cells = <1>;
174+ #size-cells = <0>;
175+ };
176+
167177 flashctrl: flash-controller@2000b000 {
168178 compatible = "bflb,flash-controller";
169179 reg = <0x2000b000 0x1000>;
Original file line number Diff line number Diff line change 165165 status = "disabled";
166166 };
167167
168+ spi0: spi@4000a200 {
169+ compatible = "bflb,spi";
170+ reg = <0x4000a200 0x100>;
171+ #address-cells = <1>;
172+ #size-cells = <0>;
173+ status = "disabled";
174+
175+ interrupts = <43 0>;
176+ interrupt-parent = <&clic>;
177+ };
178+
168179 flashctrl: flash-controller@4000b000 {
169180 compatible = "bflb,flash-controller";
170181 reg = <0x4000b000 0x1000>;
You can’t perform that action at this time.
0 commit comments