Skip to content

Commit 5ed890a

Browse files
committed
arm64: dts: amlogic: add x96-max-plus-q2 and x96-air-q1000
1 parent 377d492 commit 5ed890a

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

arch/arm64/boot/dts/amlogic/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ dtb-$(CONFIG_ARCH_MESON) += meson-sm1-x96-max-plus-oc.dtb
9797
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-x96-max-plus-ip1001m.dtb
9898
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-x96-max-plus-ip1001m-2.dtb
9999
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-x96-max-plus-100m.dtb
100+
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-x96-max-plus-q2.dtb
100101
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-h96-max-x3.dtb
101102
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-h96-max-x3-oc.dtb
102103
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-hk1box-vontar-x3.dtb
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2+
/*
3+
* Copyright (c) 2022 danboid, flippy
4+
*/
5+
6+
/dts-v1/;
7+
8+
#include "meson-sm1-h96-max.dts"
9+
10+
/ {
11+
compatible = "x96-max-plus-q2,x96-air-q1000", "amlogic,sm1";
12+
model = "X96 MAX PLUS Q2, X96 Air Q1000";
13+
14+
};
15+
16+
&uart_A {
17+
bluetooth {
18+
compatible = "qcom,qca9377-bt";
19+
enable-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
20+
};
21+
};

0 commit comments

Comments
 (0)