rk3399-rock-pi-4b.dts 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (c) 2019 Akash Gajjar <[email protected]>
  4. * Copyright (c) 2019 Pragnesh Patel <[email protected]>
  5. */
  6. /dts-v1/;
  7. #include "rk3399-rock-pi-4.dtsi"
  8. / {
  9. model = "Radxa ROCK Pi 4B";
  10. compatible = "radxa,rockpi4b", "radxa,rockpi4", "rockchip,rk3399";
  11. aliases {
  12. mmc2 = &sdio0;
  13. };
  14. };
  15. &sdio0 {
  16. status = "okay";
  17. brcmf: wifi@1 {
  18. compatible = "brcm,bcm4329-fmac";
  19. reg = <1>;
  20. interrupt-parent = <&gpio0>;
  21. interrupts = <RK_PA3 IRQ_TYPE_LEVEL_HIGH>;
  22. interrupt-names = "host-wake";
  23. pinctrl-names = "default";
  24. pinctrl-0 = <&wifi_host_wake_l>;
  25. };
  26. };
  27. &uart0 {
  28. status = "okay";
  29. bluetooth {
  30. compatible = "brcm,bcm4345c5";
  31. clocks = <&rk808 1>;
  32. clock-names = "lpo";
  33. device-wakeup-gpios = <&gpio2 RK_PD3 GPIO_ACTIVE_HIGH>;
  34. host-wakeup-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_HIGH>;
  35. shutdown-gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
  36. max-speed = <1500000>;
  37. pinctrl-names = "default";
  38. pinctrl-0 = <&bt_host_wake_l &bt_wake_l &bt_enable_h>;
  39. vbat-supply = <&vcc3v3_sys>;
  40. vddio-supply = <&vcc_1v8>;
  41. };
  42. };