
Hi Hari!
On March 21, 2023 thus sayeth Hari Nagalla:
Introduce the basic j784s4 SoC dtbs from the linux kernel along with the new j784s4 specific pinmux definitions that we will use to generate the dtbs for the u-boot-spl and u-boot binaries.
We should probably specify which kernel version this is from, just to help our future selves happy.
Signed-off-by: Apurva Nandan a-nandan@ti.com Signed-off-by: Hari Nagalla hnagalla@ti.com
arch/arm/dts/k3-j784s4-evm.dts | 196 +++++ arch/arm/dts/k3-j784s4-main.dtsi | 1007 ++++++++++++++++++++++++ arch/arm/dts/k3-j784s4-mcu-wakeup.dtsi | 311 ++++++++ arch/arm/dts/k3-j784s4.dtsi | 287 +++++++ include/dt-bindings/pinctrl/k3.h | 3 + 5 files changed, 1804 insertions(+) create mode 100644 arch/arm/dts/k3-j784s4-evm.dts create mode 100644 arch/arm/dts/k3-j784s4-main.dtsi create mode 100644 arch/arm/dts/k3-j784s4-mcu-wakeup.dtsi create mode 100644 arch/arm/dts/k3-j784s4.dtsi
~Bryan