Skip to content

Commit a2dd9a4

Browse files
pkoscikaescolar
authored andcommitted
boards: sifive: hifive1: fix spi0 region address
Fixes the incorrect `spi0` node region for `hifive1@B` target. Signed-off-by: Patryk Koscik <[email protected]>
1 parent 58c347a commit a2dd9a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/sifive/hifive1/hifive1_fe310_B.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
current-speed = <115200>;
1515
};
1616

17+
&spi0 {
18+
reg = <0x10014000 0x1000 0x20010000 0x3c0900>;
19+
};
20+
1721
&spi2 {
1822
status = "okay";
1923
pinctrl-0 = <&spi1_cs2_default

0 commit comments

Comments
 (0)