All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: dts: sunxi: Add MangoPi MQ-R board support
@ 2023-01-06  1:01 ` Andre Przywara
  0 siblings, 0 replies; 40+ messages in thread
From: Andre Przywara @ 2023-01-06  1:01 UTC (permalink / raw)
  To: Samuel Holland, Jernej Skrabec, Chen-Yu Tsai, Rob Herring,
	Krzysztof Kozlowski
  Cc: Icenowy Zheng, András Szemzö,
	Fabien Poussin, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	linux-arm-kernel, devicetree, linux-sunxi, linux-riscv,
	linux-kernel

The MangoPi MQ-R is a small SBC with the Allwinner T113-s3 SoC. That is
a very close relative to the Allwinner D1/D1s SoCs, but with Arm
Cortex-A7 cores, and 128 MB of SIP co-packaged DDR3 DRAM.

This series introduces the missing T113-s .dtsi, which builds on top of
the D1/D1s .dtsi, but adds the ARM specific peripherals, like the CPU
cores, the arch timer, the GIC and the PMU.
This requires to add a symlink to the RISC-V DT directory in patch 1/4,
to be able to easily reference the base .dtsi from other architecture
directories.

After I had written most of the board .dts, I realised that the
MangoPi MQ is almost the same, minus the RISC-V/ARM difference. I am a
bit unsure if we should share more of the board .dts, though, as this
would go cross architectures. I am open to any comments here.

Please have a look!

Cheers,
Andre

Andre Przywara (4):
  dts: add riscv include prefix link
  ARM: dts: sunxi: add Allwinner T113-s SoC .dtsi
  dt-bindings: arm: sunxi: document MangoPi MQ-R board name
  ARM: dts: sunxi: add MangoPi MQ-R board

 .../devicetree/bindings/arm/sunxi.yaml        |   5 +
 arch/arm/boot/dts/Makefile                    |   1 +
 .../arm/boot/dts/sun8i-t113s-mangopi-mq-r.dts | 160 ++++++++++++++++++
 arch/arm/boot/dts/sun8i-t113s.dtsi            |  59 +++++++
 scripts/dtc/include-prefixes/riscv            |   1 +
 5 files changed, 226 insertions(+)
 create mode 100644 arch/arm/boot/dts/sun8i-t113s-mangopi-mq-r.dts
 create mode 100644 arch/arm/boot/dts/sun8i-t113s.dtsi
 create mode 120000 scripts/dtc/include-prefixes/riscv

-- 
2.35.5


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

end of thread, other threads:[~2023-03-07 21:00 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-06  1:01 [PATCH 0/4] ARM: dts: sunxi: Add MangoPi MQ-R board support Andre Przywara
2023-01-06  1:01 ` Andre Przywara
2023-01-06  1:01 ` Andre Przywara
2023-01-06  1:01 ` [PATCH 1/4] dts: add riscv include prefix link Andre Przywara
2023-01-06  1:01   ` Andre Przywara
2023-01-06  1:01   ` Andre Przywara
2023-01-08 17:15   ` Conor Dooley
2023-01-08 17:15     ` Conor Dooley
2023-01-08 17:15     ` Conor Dooley
2023-03-07 20:59   ` Palmer Dabbelt
2023-03-07 20:59     ` Palmer Dabbelt
2023-03-07 20:59     ` Palmer Dabbelt
2023-01-06  1:01 ` [PATCH 2/4] ARM: dts: sunxi: add Allwinner T113-s SoC .dtsi Andre Przywara
2023-01-06  1:01   ` Andre Przywara
2023-01-06  1:01   ` Andre Przywara
2023-01-06  1:01 ` [PATCH 3/4] dt-bindings: arm: sunxi: document MangoPi MQ-R board name Andre Przywara
2023-01-06  1:01   ` Andre Przywara
2023-01-06  1:01   ` Andre Przywara
2023-01-06  9:21   ` Krzysztof Kozlowski
2023-01-06  9:21     ` Krzysztof Kozlowski
2023-01-06  9:21     ` Krzysztof Kozlowski
2023-01-06 10:28     ` Andre Przywara
2023-01-06 10:28       ` Andre Przywara
2023-01-06 10:28       ` Andre Przywara
2023-01-06 11:07   ` Krzysztof Kozlowski
2023-01-06 11:07     ` Krzysztof Kozlowski
2023-01-06 11:07     ` Krzysztof Kozlowski
2023-01-06  1:01 ` [PATCH 4/4] ARM: dts: sunxi: add MangoPi MQ-R board Andre Przywara
2023-01-06  1:01   ` Andre Przywara
2023-01-06  1:01   ` Andre Przywara
2023-01-06  9:21   ` Krzysztof Kozlowski
2023-01-06  9:21     ` Krzysztof Kozlowski
2023-01-06  9:21     ` Krzysztof Kozlowski
2023-01-06 16:24   ` kernel test robot
2023-01-06 16:24     ` kernel test robot
2023-01-06 18:35   ` kernel test robot
2023-01-06 18:35     ` kernel test robot
2023-01-06 17:17 ` [PATCH 0/4] ARM: dts: sunxi: Add MangoPi MQ-R board support Andre Przywara
2023-01-06 17:17   ` Andre Przywara
2023-01-06 17:17   ` Andre Przywara

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.