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:
Ulf Magnusson 2019-07-16 20:09:19 +02:00 committed by Kumar Gala
commit ad3ee99756
8 changed files with 9 additions and 0 deletions

View file

@ -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>;
};