arm: dts: Add IOT2050 device tree files
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 18 Sep 2021 06:17:52 +0000 (08:17 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 3 Oct 2021 18:40:56 +0000 (14:40 -0400)
commitc3a879510a0d49355408844a8fd942224568d48d
tree068a300f466bba33f5a5074f1be9bbbc9ec40039
parent903d8ede9adbd5c1956a60b01a3ec099ff3fd8b2
arm: dts: Add IOT2050 device tree files

Prepares for the addition of the IOT2050 board which is based on the TI
AM65x. The board comes in four variants, Basic and Advanced, each as
product generation 1 (SR1.0) and 2 (SR2.x), so there are separate dts
files needed. Furthermore, the SPL has its own device tree.

Based on original board support by Le Jin, Gao Nian and Chao Zeng.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
13 files changed:
arch/arm/dts/Makefile
arch/arm/dts/k3-am65-iot2050-boot-image.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am65-iot2050-common-pg1.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am65-iot2050-common-pg2.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am65-iot2050-common-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am65-iot2050-common.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am65-iot2050-spl.dts [new file with mode: 0644]
arch/arm/dts/k3-am6528-iot2050-basic-common.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am6528-iot2050-basic-pg2.dts [new file with mode: 0644]
arch/arm/dts/k3-am6528-iot2050-basic.dts [new file with mode: 0644]
arch/arm/dts/k3-am6548-iot2050-advanced-common.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am6548-iot2050-advanced-pg2.dts [new file with mode: 0644]
arch/arm/dts/k3-am6548-iot2050-advanced.dts [new file with mode: 0644]