Skip to content

Commit 13b54ff

Browse files
committed
dts: bflb: Add spi node
Adds Node for SPI driver to bl61x and bl70x Signed-off-by: Camille BAUD <mail@massdriver.space>
1 parent 83638ac commit 13b54ff

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

dts/riscv/bflb/bl61x.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,16 @@
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>;

dts/riscv/bflb/bl70x.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,17 @@
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>;

0 commit comments

Comments
 (0)