Skip to content

Commit

Permalink
arm64: dts: amlogic: add x96-max-plus-q2 and x96-air-q1000
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Jun 8, 2022
1 parent 377d492 commit 5ed890a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/amlogic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ dtb-$(CONFIG_ARCH_MESON) += meson-sm1-x96-max-plus-oc.dtb
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-x96-max-plus-ip1001m.dtb
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-x96-max-plus-ip1001m-2.dtb
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-x96-max-plus-100m.dtb
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-x96-max-plus-q2.dtb
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-h96-max-x3.dtb
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-h96-max-x3-oc.dtb
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-hk1box-vontar-x3.dtb
Expand Down
21 changes: 21 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-sm1-x96-max-plus-q2.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2022 danboid, flippy
*/

/dts-v1/;

#include "meson-sm1-h96-max.dts"

/ {
compatible = "x96-max-plus-q2,x96-air-q1000", "amlogic,sm1";
model = "X96 MAX PLUS Q2, X96 Air Q1000";

};

&uart_A {
bluetooth {
compatible = "qcom,qca9377-bt";
enable-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
};
};

0 comments on commit 5ed890a

Please sign in to comment.