dts: Add missing spi-max-frequency for mimxrt/nxp/hifive1/qemu_riscv2
spi-max-frequency is marked as required in dts/bindings/mtd/jedec,spi-nor.yaml. I took the value from the datasheets (133 MHz for all), and guessed that a dummy entry is fine for QEMU. Fixes some errors in https://github.com/zephyrproject-rtos/zephyr/issues/17532. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
fd62a50255
commit
ad3ee99756
8 changed files with 9 additions and 0 deletions
|
@ -62,6 +62,7 @@ arduino_serial: &uart2 {};
|
|||
is25wp064: is25wp064@0 {
|
||||
compatible = "issi,is25wp064", "jedec,spi-nor";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <133000000>;
|
||||
status = "okay";
|
||||
jedec-id = <0x9d 0x70 0x17>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue