public inbox for openbmc@ozlabs.org
 help / color / mirror / Atom feed
* [PATCH linux dev-6.12 v2 0/6] Add device tree for Axiado AX3000 EVK
@ 2026-01-09  6:02 Kuan-Jui Chiu
  2026-01-09  6:02 ` [PATCH linux dev-6.12 v2 1/6] dt-bindings: gpio: cdns: convert to YAML Kuan-Jui Chiu
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Kuan-Jui Chiu @ 2026-01-09  6:02 UTC (permalink / raw)
  To: openbmc, joel, andrew

This pacth series adds device tree for Axiado AX3000 Evaluation Kit
This device tree includes necessary device nodes for CPU, Clock,
Interrupt, GPIO, I3C, UART and Timer
The patch adds AX3000 into Cadence variant for device tree binding

Changes since v1:
 - Add cover letter for patch series
 - Add upstream commit info in patches

Harshit Shah (6):
  dt-bindings: gpio: cdns: convert to YAML
  dt-bindings: gpio: cdns: add Axiado AX3000 GPIO variant
  dt-bindings: serial: cdns: add Axiado AX3000 UART controller
  dt-bindings: i3c: cdns: add Axiado AX3000 I3C controller
  arm64: dts: axiado: Add initial support for AX3000 SoC and eval board
  arm64: dts: axiado: Add missing UART aliases

 .../devicetree/bindings/gpio/cdns,gpio.txt    |  43 --
 .../devicetree/bindings/gpio/cdns,gpio.yaml   |  84 +++
 .../bindings/i3c/cdns,i3c-master.yaml         |   7 +-
 .../devicetree/bindings/serial/cdns,uart.yaml |   7 +-
 arch/arm64/boot/dts/Makefile                  |   1 +
 arch/arm64/boot/dts/axiado/Makefile           |   2 +
 arch/arm64/boot/dts/axiado/ax3000-evk.dts     |  82 +++
 arch/arm64/boot/dts/axiado/ax3000.dtsi        | 520 ++++++++++++++++++
 8 files changed, 699 insertions(+), 47 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/gpio/cdns,gpio.txt
 create mode 100644 Documentation/devicetree/bindings/gpio/cdns,gpio.yaml
 create mode 100644 arch/arm64/boot/dts/axiado/Makefile
 create mode 100644 arch/arm64/boot/dts/axiado/ax3000-evk.dts
 create mode 100644 arch/arm64/boot/dts/axiado/ax3000.dtsi

-- 
2.34.1



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

end of thread, other threads:[~2026-01-12  5:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-09  6:02 [PATCH linux dev-6.12 v2 0/6] Add device tree for Axiado AX3000 EVK Kuan-Jui Chiu
2026-01-09  6:02 ` [PATCH linux dev-6.12 v2 1/6] dt-bindings: gpio: cdns: convert to YAML Kuan-Jui Chiu
2026-01-09  6:02 ` [PATCH linux dev-6.12 v2 2/6] dt-bindings: gpio: cdns: add Axiado AX3000 GPIO variant Kuan-Jui Chiu
2026-01-09  6:02 ` [PATCH linux dev-6.12 v2 3/6] dt-bindings: serial: cdns: add Axiado AX3000 UART controller Kuan-Jui Chiu
2026-01-09  6:02 ` [PATCH linux dev-6.12 v2 4/6] dt-bindings: i3c: cdns: add Axiado AX3000 I3C controller Kuan-Jui Chiu
2026-01-09  6:02 ` [PATCH linux dev-6.12 v2 5/6] arm64: dts: axiado: Add initial support for AX3000 SoC and eval board Kuan-Jui Chiu
2026-01-09  6:02 ` [PATCH linux dev-6.12 v2 6/6] arm64: dts: axiado: Add missing UART aliases Kuan-Jui Chiu
2026-01-12  1:52 ` [PATCH linux dev-6.12 v2 0/6] Add device tree for Axiado AX3000 EVK Andrew Jeffery
2026-01-12  4:06   ` Kuan-Jui Chiu
2026-01-12  4:07     ` Andrew Jeffery

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox