Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts b/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts
- index 9887948..4011bfc 100644
- --- a/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts
- +++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts
- @@ -112,6 +112,8 @@
- compatible = "mmc-pwrseq-simple";
- reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
- post-power-on-delay-ms = <200>;
- + clocks = <&rtc 1>;
- + clock-names = "osc32k-out";
- };
- };
- @@ -192,6 +194,25 @@
- status = "okay";
- };
- +&uart3 {
- + pinctrl-names = "default";
- + pinctrl-0 = <&uart3_pins &uart3_rts_cts_pins>;
- + uart-has-rtscts;
- + status = "okay";
- +
- + bluetooth {
- + compatible = "brcm,bcm43438-bt";
- + clocks = <&rtc 1>;
- + clock-names = "osc32k-out";
- + vbat-supply = <®_vcc3v3>;
- + vddio-supply = <®_vcc3v3>;
- +
- + /* TODO host wake line connected to PMIC GPIO pins */
- + shutdown-gpios = <&pio 6 13 GPIO_ACTIVE_LOW>; /* PG13 */
- + max-speed = <1500000>;
- + };
- +};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement