summaryrefslogtreecommitdiff
path: root/arch/arm/dts/k3-am62a7-r5-sk.dts
AgeCommit message (Collapse)Author
2023-06-23arm: dts: k3-am62a: Add OSPI NANDVignesh Raghavendra
AM62A SK has a W35 OSPI NAND connected to OSPI controller. Add DT nodes for the same. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Apurva Nandan <a-nandan@ti.com>
2023-05-25am62a: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.imgNeha Malcom Francis
Support added for HS and GP boot binaries for AM62ax. tiboot3.bin, tispl.bin and u-boot.img: For HS-SE devices tiboot3.bin_fs, tispl.bin and u-boot.img: For HS-FS devices tiboot3.bin_unsigned, tispl.bin_unsigned and u-boot.img_unsigned: For GP devices It is to be noted that the bootflow followed by AM62ax requires: tiboot3.bin: * R5 SPL * R5 SPL dtbs * TIFS * board-cfg * pm-cfg * sec-cfg * rm-cfg tispl.bin: * DM * ATF * OPTEE * A72 SPL * A72 SPL dtbs u-boot.img: * A72 U-Boot * A72 U-Boot dtbs Signed-off-by: Neha Malcom Francis <n-francis@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
2023-05-12HACK: arm: dts: add DMA and CPSW nodes for ubootBryan Brattlof
Enable CPSW3G MAC Port 1 at U-Boot stage. Since the MDIO driver is not DM enabled, add the MDIO pinctrl in the cpsw3g device-tree node as a HACK. Signed-off-by: Bryan Brattlof <bb@ti.com> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
2023-05-09arm: dts: k3-am62a7-r5-sk: add a53 cluster power domain nodeManorit Chawdhry
[ upstream commit 9a36735b0f62efc892d3b0eb2c020487c72359f9 ] adds a53 cluster to control from the rproc driver Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
2023-04-12dm: dts: Convert driver model tags to use new schemaSimon Glass
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> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
2023-04-04am62a7: dts: Enable full 4GB LPDDR4Devarsh Thakkar
commit 885198536dcb33e15be8259a326161e5e04a832c upstream. AM62A7-SK board has 4GB LPDDR4 Micron MT53E2G32D4DE-046 AUT:B part but only 2GB was enabled early. Enable full 4GB memory by updating the latter 2GB memory region which gets mapped to 0x0880000000 i.e. DDR16SS0_SDRAM as referred in Table 2-1. AM62A Common SoC Memory of AM62Ax TRM [1]. [1] : https://www.ti.com/lit/zip/spruj16 Logs: https://gist.github.com/devarsht/e85b6af89c01ddadb3a62f3e5f196af8 Signed-off-by: Devarsh Thakkar <devarsht@ti.com> [bb@ti.com: rebased to TI's 2023.04 branch] Signed-off-by: Bryan Brattlof <bb@ti.com>
2022-12-09arm: dts: introduce am62a7 u-boot dtbsBryan Brattlof
Introduce the base dts files needed for u-boot or to augment the linux dtbs for use in the u-boot-spl and u-boot binaries Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Bryan Brattlof <bb@ti.com>