Skip to content

Instantly share code, notes, and snippets.

@r-vignesh
Created October 24, 2023 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-vignesh/1957444f5a27eecf63a547696991a7c7 to your computer and use it in GitHub Desktop.
Save r-vignesh/1957444f5a27eecf63a547696991a7c7 to your computer and use it in GitHub Desktop.
PR part2
The following changes since commit 56bc311585206a8955de793301d4f84fb4ad2ee6:
arm64: dts: ti: k3-j712s2-mcu: Add the mcu domain watchdog instances (2023-10-12 18:53:36 +0530)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-k3-dt-for-v6.7-part2
for you to fetch changes up to a4d5bc3214ebb9f4af46613f824109ab90558cd3:
arm64: dts: ti: k3-am654-idk: Add ICSSG Ethernet ports (2023-10-20 11:09:30 +0530)
----------------------------------------------------------------
TI K3 device-tree updates for v6.7 - part 2
Second round of few DT updates for K3 platforms. These have been in
linux-next for a few days without issues. Most of the additions is for
newer AM62P SoC dtsi bringing support on par with rest of AM62x family.
New features:
AM62P SoCs:
Support for wide range of peripherals such as eMMC/SD,
CPSW Ethernet, OSPI, etc similar to AM62
J721s2/J784s4/AM69 SoCs:
Display support via DP and HDMI interfaces and associated SerDes support
AM654 EVM/IDK:
ICSSG/PRU based industrial Ethernet support
----------------------------------------------------------------
Dasnavis Sabiya (1):
arm64: dts: ti: k3-am69-sk: Add DP and HDMI support
MD Danish Anwar (3):
arm64: dts: ti: k3-am65-main: Add ICSSG IEP nodes
arm64: dts: ti: k3-am654-icssg2: add ICSSG2 Ethernet support
arm64: dts: ti: k3-am654-idk: Add ICSSG Ethernet ports
Rahul T R (2):
arm64: dts: ti: k3-j784s4-main: Add DSS and DP-bridge node
arm64: dts: ti: k3-j784s4-evm: Enable DisplayPort-0
Siddharth Vadapalli (2):
arm64: dts: ti: k3-j784s4-main: Add system controller and SERDES lane mux
arm64: dts: ti: k3-j784s4-main: Add WIZ and SERDES PHY nodes
Vignesh Raghavendra (2):
arm64: dts: ti: k3-am62p: Add nodes for more IPs
arm64: dts: ti: k3-am62p5-sk: Updates for SK EVM
arch/arm64/boot/dts/ti/Makefile | 4 +
arch/arm64/boot/dts/ti/k3-am62p-main.dtsi | 764 +++++++++-
arch/arm64/boot/dts/ti/k3-am62p-mcu.dtsi | 190 +++
arch/arm64/boot/dts/ti/k3-am62p-thermal.dtsi | 47 +
arch/arm64/boot/dts/ti/k3-am62p-wakeup.dtsi | 69 +-
arch/arm64/boot/dts/ti/k3-am62p.dtsi | 7 +-
arch/arm64/boot/dts/ti/k3-am62p5-sk.dts | 510 ++++++-
arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 36 +
arch/arm64/boot/dts/ti/k3-am654-icssg2.dtso | 145 ++
arch/arm64/boot/dts/ti/k3-am654-idk.dtso | 296 ++++
arch/arm64/boot/dts/ti/k3-am69-sk.dts | 232 +++
arch/arm64/boot/dts/ti/k3-j784s4-evm.dts | 117 ++
arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 274 ++++
13 files changed, 2666 insertions(+), 25 deletions(-)
create mode 100644 arch/arm64/boot/dts/ti/k3-am62p-thermal.dtsi
create mode 100644 arch/arm64/boot/dts/ti/k3-am654-icssg2.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am654-idk.dtso
--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment