rk3288-veyron-broadcom-bluetooth.dtsi 576 B

12345678910111213141516171819202122
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Google Veyron (and derivatives) fragment for the Broadcom 43450 bluetooth
  4. * chip.
  5. *
  6. * Copyright 2019 Google, Inc
  7. */
  8. &uart0 {
  9. bluetooth {
  10. pinctrl-names = "default";
  11. pinctrl-0 = <&bt_host_wake_l>, <&bt_enable_l>,
  12. <&bt_dev_wake>;
  13. compatible = "brcm,bcm43540-bt";
  14. host-wakeup-gpios = <&gpio4 RK_PD7 GPIO_ACTIVE_HIGH>;
  15. shutdown-gpios = <&gpio4 RK_PD5 GPIO_ACTIVE_HIGH>;
  16. device-wakeup-gpios = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>;
  17. max-speed = <3000000>;
  18. brcm,bt-pcm-int-params = [01 02 00 01 01];
  19. };
  20. };