Advertisement
Guest User

Untitled

a guest
Jun 28th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. 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
  2. index 9887948..4011bfc 100644
  3. --- a/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts
  4. +++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts
  5. @@ -112,6 +112,8 @@
  6. compatible = "mmc-pwrseq-simple";
  7. reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
  8. post-power-on-delay-ms = <200>;
  9. + clocks = <&rtc 1>;
  10. + clock-names = "osc32k-out";
  11. };
  12. };
  13.  
  14. @@ -192,6 +194,25 @@
  15. status = "okay";
  16. };
  17.  
  18. +&uart3 {
  19. + pinctrl-names = "default";
  20. + pinctrl-0 = <&uart3_pins &uart3_rts_cts_pins>;
  21. + uart-has-rtscts;
  22. + status = "okay";
  23. +
  24. + bluetooth {
  25. + compatible = "brcm,bcm43438-bt";
  26. + clocks = <&rtc 1>;
  27. + clock-names = "osc32k-out";
  28. + vbat-supply = <&reg_vcc3v3>;
  29. + vddio-supply = <&reg_vcc3v3>;
  30. +
  31. + /* TODO host wake line connected to PMIC GPIO pins */
  32. + shutdown-gpios = <&pio 6 13 GPIO_ACTIVE_LOW>; /* PG13 */
  33. + max-speed = <1500000>;
  34. + };
  35. +};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement