devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: dts: ti: Introduce AM62P SoCs
@ 2023-08-10  4:53 Vignesh Raghavendra
  2023-08-10  4:53 ` [PATCH 1/3] dt-bindings: arm: ti: Add bindings for AM62P5 SoCs Vignesh Raghavendra
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Vignesh Raghavendra @ 2023-08-10  4:53 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-kernel, devicetree, linux-kernel

This series adds basic support for AM62P family of SoCs and specifically
AM62P5 variant. Also adds AM62P5-SK EVM support with basic peripheral
like UART.

TRM at [0] and Schematics is at [1]

[0]: https://www.ti.com/lit/pdf/spruj83
[1]: https://www.ti.com/lit/zip/sprr487

Bryan Brattlof (3):
  dt-bindings: arm: ti: Add bindings for AM62P5 SoCs
  arm64: dts: ti: Introduce AM62P5 family of SoCs
  arm64: dts: ti: Add support for the AM62P5-SK

 .../devicetree/bindings/arm/ti/k3.yaml        |   6 +
 arch/arm64/boot/dts/ti/Makefile               |   3 +
 arch/arm64/boot/dts/ti/k3-am62p-main.dtsi     | 129 +++++++++++++
 arch/arm64/boot/dts/ti/k3-am62p-mcu.dtsi      |  16 ++
 arch/arm64/boot/dts/ti/k3-am62p-wakeup.dtsi   |  30 ++++
 arch/arm64/boot/dts/ti/k3-am62p.dtsi          | 109 +++++++++++
 arch/arm64/boot/dts/ti/k3-am62p5-sk.dts       | 169 ++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am62p5.dtsi         | 107 +++++++++++
 arch/arm64/boot/dts/ti/k3-pinctrl.h           |   3 +
 9 files changed, 572 insertions(+)
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62p-main.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62p-mcu.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62p-wakeup.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62p.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62p5.dtsi

-- 
2.41.0


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-08-14 19:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-10  4:53 [PATCH 0/3] arm64: dts: ti: Introduce AM62P SoCs Vignesh Raghavendra
2023-08-10  4:53 ` [PATCH 1/3] dt-bindings: arm: ti: Add bindings for AM62P5 SoCs Vignesh Raghavendra
2023-08-10  5:19   ` Rob Herring
2023-08-10 16:03   ` Conor Dooley
2023-08-10 18:43     ` Nishanth Menon
2023-08-13  9:55       ` Conor Dooley
2023-08-13 13:06         ` Nishanth Menon
2023-08-10  4:53 ` [PATCH 2/3] arm64: dts: ti: Introduce AM62P5 family of SoCs Vignesh Raghavendra
2023-08-10 21:11   ` Andrew Davis
2023-08-14 19:21   ` Krzysztof Kozlowski
2023-08-10  4:53 ` [PATCH 3/3] arm64: dts: ti: Add support for the AM62P5-SK Vignesh Raghavendra
2023-08-10 21:19   ` Andrew Davis
2023-08-11 15:25     ` Vignesh Raghavendra
2023-08-10 17:43 ` [PATCH 0/3] arm64: dts: ti: Introduce AM62P SoCs Dhruva Gole
2023-08-10 18:46 ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).