0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 // Copyright (c) 2019 Jernej Skrabec <jernej.skrabec@siol.net>
0003
0004 /dts-v1/;
0005
0006 #include "sun50i-h6-tanix.dtsi"
0007
0008 / {
0009 model = "Tanix TX6";
0010 compatible = "oranth,tanix-tx6", "allwinner,sun50i-h6";
0011 };
0012
0013 &r_ir {
0014 linux,rc-map-name = "rc-tanix-tx5max";
0015 };
0016
0017 &uart1 {
0018 pinctrl-names = "default";
0019 pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
0020 uart-has-rtscts;
0021 status = "okay";
0022
0023 bluetooth {
0024 compatible = "realtek,rtl8822cs-bt";
0025 device-wake-gpios = <&r_pio 1 2 GPIO_ACTIVE_HIGH>; /* PM2 */
0026 host-wake-gpios = <&r_pio 1 1 GPIO_ACTIVE_HIGH>; /* PM1 */
0027 enable-gpios = <&r_pio 1 4 GPIO_ACTIVE_HIGH>; /* PM4 */
0028 };
0029 };