mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* import new layout for libreelec patches (no more mbox) * refactor existing patches to kernel 6.17 * fix uboot issue causing VOP IOMMU page fault and no screen
20 lines
530 B
Plaintext
20 lines
530 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
#include <dt-bindings/input/input.h>
|
|
#include <dt-bindings/pinctrl/rockchip.h>
|
|
|
|
&uart1 {
|
|
pinctrl-0 = <&uart11_xfer>, <&uart11_rts>, <&uart11_cts>;
|
|
pinctrl-names = "default";
|
|
uart-has-rtscts;
|
|
status = "okay";
|
|
bluetooth {
|
|
compatible = "realtek,rtl8723cs-bt";
|
|
enable-gpios = <&gpio2 RK_PD5 GPIO_ACTIVE_HIGH>;
|
|
device-wake-gpios = <&gpio3 RK_PD3 GPIO_ACTIVE_HIGH>;
|
|
host-wake-gpios = <&gpio3 RK_PD2 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
};
|