All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] arm64: dts: ti: Add support for AM62A family of SoCs
@ 2022-08-29  8:21 ` Vignesh Raghavendra
  0 siblings, 0 replies; 26+ messages in thread
From: Vignesh Raghavendra @ 2022-08-29  8:21 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Rob Herring,
	Krzysztof Kozlowski, Linus Walleij
  Cc: linux-arm-kernel, devicetree, linux-kernel, linux-gpio, Bryan Brattlof

This series adds basic boot support for AM62A SoCs with UART, MMC/SD and
GPIO support on AM62A SK EVM

Bootlog: https://gist.github.com/r-vignesh/f94d274f73e734526ab589d71ef2e41a
Tech Ref manual: https://www.ti.com/lit/zip/spruj16
Schematics: https://www.ti.com/lit/zip/sprr459

Vignesh Raghavendra (4):
  dt-bindings: arm: ti: Add bindings for AM62A7 SoC
  dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM62A
  arm64: dts: ti: Introduce AM62A7 family of SoCs
  arm64: dts: ti: Add support for AM62A7-SK

 .../devicetree/bindings/arm/ti/k3.yaml        |   6 +
 arch/arm64/boot/dts/ti/Makefile               |   2 +
 arch/arm64/boot/dts/ti/k3-am62a-main.dtsi     | 298 ++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi      |  39 +++
 arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi   |  54 ++++
 arch/arm64/boot/dts/ti/k3-am62a.dtsi          | 122 +++++++
 arch/arm64/boot/dts/ti/k3-am62a7-sk.dts       | 224 +++++++++++++
 arch/arm64/boot/dts/ti/k3-am62a7.dtsi         | 103 ++++++
 include/dt-bindings/pinctrl/k3.h              |   2 +
 9 files changed, 850 insertions(+)
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62a.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62a7.dtsi

-- 
2.25.1


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

end of thread, other threads:[~2022-09-01  5:40 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-29  8:21 [PATCH 0/4] arm64: dts: ti: Add support for AM62A family of SoCs Vignesh Raghavendra
2022-08-29  8:21 ` Vignesh Raghavendra
2022-08-29  8:21 ` [PATCH 1/4] dt-bindings: arm: ti: Add bindings for AM62A7 SoC Vignesh Raghavendra
2022-08-29  8:21   ` Vignesh Raghavendra
2022-08-30  9:52   ` Krzysztof Kozlowski
2022-08-30  9:52     ` Krzysztof Kozlowski
2022-09-01  5:30     ` Vignesh Raghavendra
2022-09-01  5:30       ` Vignesh Raghavendra
2022-08-29  8:21 ` [PATCH 2/4] dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM62A Vignesh Raghavendra
2022-08-29  8:21   ` Vignesh Raghavendra
2022-08-30  9:53   ` Krzysztof Kozlowski
2022-08-30  9:53     ` Krzysztof Kozlowski
2022-09-01  5:32     ` Vignesh Raghavendra
2022-09-01  5:32       ` Vignesh Raghavendra
2022-08-31 13:37   ` Linus Walleij
2022-08-31 13:37     ` Linus Walleij
2022-08-29  8:21 ` [PATCH 3/4] arm64: dts: ti: Introduce AM62A7 family of SoCs Vignesh Raghavendra
2022-08-29  8:21   ` Vignesh Raghavendra
2022-08-30  9:56   ` Krzysztof Kozlowski
2022-08-30  9:56     ` Krzysztof Kozlowski
2022-09-01  5:39     ` Vignesh Raghavendra
2022-09-01  5:39       ` Vignesh Raghavendra
2022-08-29  8:22 ` [PATCH 4/4] arm64: dts: ti: Add support for AM62A7-SK Vignesh Raghavendra
2022-08-29  8:22   ` Vignesh Raghavendra
2022-08-30  9:57   ` Krzysztof Kozlowski
2022-08-30  9:57     ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.