| // SPDX-License-Identifier: GPL-2.0+ |
| #include "px30-u-boot.dtsi" |
| u-boot,mmc-env-offset = <0x5000>; /* @ 20KB */ |
| u-boot,efi-partition-entries-offset = <0x200000>; /* 2MB */ |
| u-boot,boot-led = "module_led"; |
| stdout-path = "serial0:115200n8"; |
| u-boot,spl-boot-order = "same-as-spl", &emmc, &sdmmc; |
| offset = <((CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR - 64) * 512)>; |
| * The Qseven BIOS_DISABLE signal on the PX30-µQ7 keeps the on-module |
| * eMMC powered-down initially (in fact it keeps the reset signal |
| * asserted). BIOS_DISABLE_OVERRIDE pin allows to re-enable eMMC after |
| * the SPL has been booted from SD Card. |
| bios-disable-override-hog { |
| clock-frequency = <24000000>; |