Add new imx8mp-libra-fpsc board. Bootph tags as well as USB device tree nodes are in u-boot.dtsi for now and will be removed when upstreamed. The Libra i.MX 8M Plus FPSC is a single board computer. It uses an i.MX 8M Plus FPSC [1] System on Module which utilizes the FPSC standard [2]. [1] https://www.phytec.eu/en/produkte/system-on-modules/phycore-imx-8m-plus-fpsc [2] https://www.phytec.eu/en/produkte/system-on-modules/fpsc Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de> Reviewed-by: Teresa Remmet <t.remmet@phytec.de> Tested-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Yannic Moog <y.moog@phytec.de>
20 lines
551 B
Bash
20 lines
551 B
Bash
boot_script_dhcp=boot.scr.uimg
|
|
console=ttymxc3,CONFIG_BAUDRATE
|
|
emmc_dev=2 /* This is needed by built-in uuu flash scripts */
|
|
fdtfile=CONFIG_DEFAULT_FDT_FILE
|
|
fdt_addr_r=0x40480000
|
|
fdt_overlay_addr_r=0x404a0000
|
|
fit_fdtconf=conf-imx8mp-libra-rdk-fpsc.dtb
|
|
kernel_addr_r=0x40a00000
|
|
kernel_comp_addr_r=0x43a00000
|
|
kernel_comp_size=0x1e00000
|
|
mmcroot=2
|
|
pxefile_addr_r=0x45800000
|
|
ramdisk_addr_r=0x45802000
|
|
scriptaddr=0x47600000
|
|
script_offset_f=0x0
|
|
script_size_f=0x2000
|
|
sd_dev=1 /* This is needed by built-in uuu flash scripts */
|
|
ip_dyn=yes
|
|
nfsroot=/srv/nfs
|