mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
8c103c33fb
Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
91 lines
1.2 KiB
Text
91 lines
1.2 KiB
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#include "px30-u-boot.dtsi"
|
|
|
|
/ {
|
|
config {
|
|
u-boot,mmc-env-offset = <0x5000>; /* @ 20KB */
|
|
u-boot,efi-partition-entries-offset = <0x200000>; /* 2MB */
|
|
u-boot,boot-led = "module_led";
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
u-boot,spl-boot-order = "same-as-spl", &emmc, &sdmmc;
|
|
};
|
|
};
|
|
|
|
&binman {
|
|
simple-bin {
|
|
fit {
|
|
offset = <((CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR - 64) * 512)>;
|
|
};
|
|
};
|
|
};
|
|
|
|
&emmc_clk {
|
|
bootph-all;
|
|
};
|
|
|
|
&emmc_cmd {
|
|
bootph-all;
|
|
};
|
|
|
|
&emmc_bus8 {
|
|
bootph-all;
|
|
};
|
|
|
|
&gpio0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&gpio1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&gpio2 {
|
|
bootph-all;
|
|
|
|
/*
|
|
* 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 {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&pinctrl {
|
|
bootph-all;
|
|
};
|
|
|
|
&pcfg_pull_none_8ma {
|
|
bootph-all;
|
|
};
|
|
|
|
&pcfg_pull_up_8ma {
|
|
bootph-all;
|
|
};
|
|
|
|
&sdmmc_bus4 {
|
|
bootph-all;
|
|
};
|
|
|
|
&sdmmc_clk {
|
|
bootph-all;
|
|
};
|
|
|
|
&sdmmc_cmd {
|
|
bootph-all;
|
|
};
|
|
|
|
&sdmmc_det {
|
|
bootph-all;
|
|
};
|
|
|
|
&uart0 {
|
|
clock-frequency = <24000000>;
|
|
bootph-all;
|
|
};
|