mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 10:12:14 +02:00
riscv: k210: Enable QSPI for spi3
This device has four IOs connected to the SPI flash. Add the appropriate bindings. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Leo Liang <ycliang@andestech.com>
This commit is contained in:
committed by
Leo Yu-Chi Liang
parent
921d5477b9
commit
5540294fa4
@@ -200,6 +200,8 @@
|
|||||||
compatible = "jedec,spi-nor";
|
compatible = "jedec,spi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <50000000>;
|
spi-max-frequency = <50000000>;
|
||||||
|
spi-tx-bus-width = <4>;
|
||||||
|
spi-rx-bus-width = <4>;
|
||||||
m25p,fast-read;
|
m25p,fast-read;
|
||||||
broken-flash-reset;
|
broken-flash-reset;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user