boards: sifive: hifive1: fix spi0 region address
Fixes the incorrect `spi0` node region for `hifive1@B` target. Signed-off-by: Patryk Koscik <pkoscik@antmicro.com>
This commit is contained in:
parent
58c347a44c
commit
a2dd9a4ea5
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@
|
|||
current-speed = <115200>;
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
reg = <0x10014000 0x1000 0x20010000 0x3c0900>;
|
||||
};
|
||||
|
||||
&spi2 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&spi1_cs2_default
|
||||
|
|
|
|||
Loading…
Reference in a new issue