Message ID | 20250317-s6-s7-basic-v1-0-d653384e41f3@amlogic.com |
---|---|
Headers | show |
Series | Baisc devicetree support for Amlogic S6 S7 and S7D | expand |
On Mon, 17 Mar 2025 15:16:53 +0800, Xianwei Zhao wrote: > Document the new S7 SoC/board device tree bindings. > > Amlogic S7 is an advanced application processor designed for > hybrid OTT/IP Set Top Box and high-end media box applications. > > Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com> > --- > Documentation/devicetree/bindings/arm/amlogic.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
On Mon, 17 Mar 2025 15:16:55 +0800, Xianwei Zhao wrote: > Amlogic S6/S7/7D SoCs uses the same UART controller as S4 SoCs and G12A. > There is no need for an extra compatible line in the driver, but > add S6/S7/S7D compatible line for documentation. > > Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com> > --- > Documentation/devicetree/bindings/serial/amlogic,meson-uart.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
Amlogic S6 S7 and S7D are application processors designed for hybrid OTT/IP Set Top Box and high-end media box applications. Add the new S6 SoC/board device tree bindings. Add the new S7 SoC/board device tree bindings. Add the new S7D SoC/board device tree bindings. Add basic support for the S6 based Amlogic BL209 board, which describes the following components: CPU, GIC, IRQ, Timer and UART. These are capable of booting up into the serial console. Add basic support for the S7 based Amlogic BP201 board, which describes the following components: CPU, GIC, IRQ, Timer and UART. These are capable of booting up into the serial console. Add basic support for the S7D based Amlogic BM202 board, which describes the following components: CPU, GIC, IRQ, Timer and UART. These are capable of booting up into the serial console. Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com> --- Xianwei Zhao (7): dt-bindings: arm: amlogic: add S6 support dt-bindings: arm: amlogic: add S7 support dt-bindings: arm: amlogic: add S7D support dt-bindings: serial: amlogic,meson-uart: Add compatible string for S6/S7/S7D arm64: dts: add support for S6 based Amlogic BL209 arm64: dts: add support for S7 based Amlogic BP201 arm64: dts: add support for S7D based Amlogic BM202 Documentation/devicetree/bindings/arm/amlogic.yaml | 18 ++++ .../bindings/serial/amlogic,meson-uart.yaml | 3 + arch/arm64/boot/dts/amlogic/Makefile | 3 + .../boot/dts/amlogic/amlogic-s6-s905x5-bl209.dts | 42 +++++++++ arch/arm64/boot/dts/amlogic/amlogic-s6.dtsi | 97 +++++++++++++++++++++ .../boot/dts/amlogic/amlogic-s7-s805x3-bp201.dts | 41 +++++++++ arch/arm64/boot/dts/amlogic/amlogic-s7.dtsi | 99 ++++++++++++++++++++++ .../boot/dts/amlogic/amlogic-s7d-s905x5m-bm202.dts | 41 +++++++++ arch/arm64/boot/dts/amlogic/amlogic-s7d.dtsi | 99 ++++++++++++++++++++++ 9 files changed, 443 insertions(+) --- base-commit: 73e4ffb27bb8a093d557bb2dac1a271474cca99c change-id: 20250221-s6-s7-basic-f300c30877e6 Best regards,