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
|
@ -54,6 +54,7 @@ arduino_serial: &uart4 {};
|
|||
at25sf128a: at25sf128a@0 {
|
||||
compatible = "adesto,at25sf128a", "jedec,spi-nor";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <133000000>;
|
||||
status = "okay";
|
||||
jedec-id = <0x1f 0x89 0x01>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue