mirror of
https://github.com/armbian/build.git
synced 2025-09-19 12:41:39 +02:00
Legacy: use TAG instead of BRANCH (gives us more control) Current: update DTS files Current: add needed patches up to v1.0.8 Fixup bluetooth node and disable by default (half broke anyway) Misc fixups to bananapif3.wip and spacemit.conf file Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
22 lines
359 B
Plaintext
22 lines
359 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/* Copyright (c) 2024 Spacemit, Inc */
|
|
|
|
/dts-v1/;
|
|
|
|
#include "k1-x_deb1.dts"
|
|
|
|
/ {
|
|
model = "BananaPi BPI-F3";
|
|
};
|
|
|
|
&uart2 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&pinctrl_uart2>;
|
|
status = "disabled";
|
|
|
|
bluetooth {
|
|
compatible = "realtek,rtl8852bs-bt";
|
|
device-wake-gpios = <&gpio 64 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
};
|