Advertisement
Guest User

Untitled

a guest
Jun 13th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.11 KB | None | 0 0
  1. diff --git a/arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dts b/arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dts
  2. index eaf0966..e2eade4 100644
  3. --- a/arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dts
  4. +++ b/arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dts
  5. @@ -163,6 +163,14 @@
  6.     bus-width = <4>;
  7.     non-removable;
  8.     status = "okay";
  9. +
  10. +   brcmf: bcrmf@1 {
  11. +       reg = <1>;
  12. +       compatible = "brcm,bcm4329-fmac";
  13. +       interrupt-parent = <&r_pio>;
  14. +       interrupts = <0 7 IRQ_TYPE_LEVEL_LOW>; /* PL7 / EINT7 */
  15. +       interrupt-names = "host-wake";
  16. +   };
  17.  };
  18.  
  19.  &mmc2 {
  20. @@ -297,10 +305,24 @@
  21.     status = "okay";
  22.  };
  23.  
  24. +&rtc {
  25. +   clock-output-names = "osc32k", "osc32k-out";
  26. +};
  27. +
  28.  &uart1 {
  29.     pinctrl-names = "default";
  30.     pinctrl-0 = <&uart1_pins_a>, <&uart1_pins_cts_rts_a>;
  31.     status = "okay";
  32. +
  33. +   bluetooth {
  34. +       compatible = "brcm,bcm43438-bt";
  35. +       max-speed = <115200>;
  36. +       shutdown-gpios = <&r_pio 0 8 GPIO_ACTIVE_HIGH>;  /* PL8 */
  37. +       device-wakeup-gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>;  /* PL10 */
  38. +       host-wakeup-gpios = <&r_pio 0 9 GPIO_ACTIVE_HIGH>;  /* PL9 */
  39. +       clocks = <&rtc 1>;
  40. +       clock-names = "extclk";
  41. +   };
  42.  };
  43.  
  44.  &usb_otg {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement