diff mbox series

[PATCHv2] ARM64: dts: meson-gxl: add X96 Mini support

Message ID ec15bbce-16f6-bd47-45ac-208be059ff8f@yahoo.com (mailing list archive)
State New, archived
Headers show
Series [PATCHv2] ARM64: dts: meson-gxl: add X96 Mini support | expand

Commit Message

Karl Chan April 3, 2023, 8:02 a.m. UTC
The X96 Mini is a TV box based on the Amlogic S905W chipset.
There are two variants:
- 2 GiB/16GIB
- 1 GiB/8GIB

Both variants come with:
- 802.11a/b/g/n wifi (SP6330)
- HDMI , AV (CVBS) , spdif , ir extender output
- 2x USB 2.0 (utilizing both USB ports provided by the SoC)

The board seems to be very similar to the Oranth Tanix TX3 Mini , which 
is smaller to P281 reference
boards so that is why it includes meson-gx-p23x-q20x.dtsi;
Signed-off-by: Karl Chan <exxxxkc@getgoogleoff.me>
Tested-by: Karl Chan <exxxxkc@getgoogleoff.me>
---
I forgot to tag it as patch in v1.
---
  arch/arm64/boot/dts/amlogic/Makefile |  1 +
  .../dts/amlogic/meson-gxl-s905w-x96-mini.dts | 38 +++++++++++++++++++
  2 files changed, 39 insertions(+)
  create mode 100644 
arch/arm64/boot/dts/amlogic/meson-gxl-s905w-x96-mini.dts

+};
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/amlogic/Makefile 
b/arch/arm64/boot/dts/amlogic/Makefile
index e213aeebb..857bb7c00 100644
--- a/arch/arm64/boot/dts/amlogic/Makefile
+++ b/arch/arm64/boot/dts/amlogic/Makefile
@@ -39,6 +39,7 @@  dtb-$(CONFIG_ARCH_MESON) += 
meson-gxl-s905d-vero4k-plus.dtb
  dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905w-jethome-jethub-j80.dtb
  dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905w-p281.dtb
  dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905w-tx3-mini.dtb
+dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905w-x96-mini.dtb
  dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905x-hwacom-amazetv.dtb
  dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905x-khadas-vim.dtb
  dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905x-libretech-cc-v2.dtb
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-x96-mini.dts 
b/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-x96-mini.dts
new file mode 100644
index 000000000..bd69f8897
--- /dev/null
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-x96-mini.dts
@@ -0,0 +1,38 @@ 
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Copyright (c) 2023 Karl Chan <exxxxkc@getgoogleoff.me>.
+ * Based on meson-gxl-s905w-tx3-mini.dts:
+ *
+ */
+
+/dts-v1/;
+
+#include <dt-bindings/leds/common.h>
+
+#include "meson-gxl-s905x.dtsi"
+#include "meson-gx-p23x-q20x.dtsi"
+
+/ {
+    compatible = "amediatech,x96-mini", "amlogic,s905w", 
"amlogic,meson-gxl";
+    model = "Shenzhen Amediatech Technology Co., X96 Mini";
+
+    memory@0 {
+        device_type = "memory";
+        reg = <0x0 0x0 0x0 0x40000000>; /* 1 GiB or 2 GiB */
+    };
+
+    leds {
+        compatible = "gpio-leds";
+
+        led-0 {
+            label = "x96-mini:blue:power";
+            gpios = <&gpio GPIODV_24 GPIO_ACTIVE_HIGH>;
+            default-state = "on";
+        };
+    };
+
+};
+
+&usb {
+    dr_mode = "host";