summaryrefslogtreecommitdiff
path: root/board/phytec/phycore_am64x/phycore_am64x.env
blob: 6cfe64e676fba0dd730e28952a771a727fc6ccf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#include <env/phytec/k3_mmc.env>
#include <env/phytec/k3_net.env>
#include <env/phytec/k3_spi.env>
#include <env/phytec/watchdog.env>

fdtaddr=0x88000000
loadaddr=0x82000000
scriptaddr=0x89100000
fdt_addr_r=0x88000000
kernel_addr_r=0x82000000
ramdisk_addr_r=0x88080000
fdtoverlay_addr_r=0x89000000
fit_addr_r=0x90000000

fdtfile=DEFAULT_FDT_FILE
mmcdev=1
mmcroot=2
mmcpart=1
console=ttyS2,115200n8
earlycon=ns16550a,mmio32,0x02800000

get_cmd=tftp

spi_fdt_addr=0x700000
spi_image_addr=0x800000
spi_ramdisk_addr=0x2200000

#ifdef CONFIG_BOOTMETH_RAUC
bootmeths=rauc script efi extlinux pxe
#else
bootmeths=script efi extlinux pxe
#endif
boot_targets=mmc1 mmc0 spi_flash dhcp

watchdog=watchdog@e000000