| // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| * For some unknown reason U-Boot SPI driver cannot access |
| * SPI-NOR with higher frequency. Linux kernel SPI driver |
| * does not have this problem. |
| spi-max-frequency = <50000000>; |
| #ifdef CONFIG_ENV_IS_IN_SPI_FLASH |
| compatible = "fixed-partitions"; |
| reg = <0 CONFIG_ENV_OFFSET>; |
| reg = <CONFIG_ENV_OFFSET CONFIG_ENV_SIZE>; |
| * U-Boot requires to have this eMMC node by default in "okay" status. U-Boot |
| * at runtime changes status to "disabled" if eMMC is not present on the board. |