Advertisement
Guest User

sun50iw1p1-soc.dts

a guest
Dec 11th, 2015
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. /*
  2. * Allwinner Technology CO., Ltd. sun50iw1p1 fpga board.
  3. *
  4. * fpga board support.
  5. */
  6.  
  7. /dts-v1/;
  8.  
  9. #include "sun50iw1p1.dtsi"
  10.  
  11. /{
  12. wlan:wlan {
  13. compatible = "allwinner,sunxi-wlan";
  14. clocks = <&clk_losc_out>;
  15. wlan_power = "vcc-wifi";
  16. wlan_io_regulator = "vcc-wifi-io";
  17. wlan_busnum = <1>;
  18. wlan_regon = <&r_pio PL 2 1 1 1 0>;
  19. wlan_hostwake = <&r_pio PL 3 6 0 0 0>;
  20. status = "okay";
  21. };
  22.  
  23. bt:bt {
  24. compatible = "allwinner,sunxi-bt";
  25. clocks = <&clk_losc_out>;
  26. bt_power = "vcc-wifi";
  27. bt_io_regulator = "vcc-wifi-io";
  28. bt_rst_n = <&r_pio PL 4 1 1 1 0>;
  29. status = "okay";
  30. };
  31.  
  32. btlpm:btlpm {
  33. compatible = "allwinner,sunxi-btlpm";
  34. uart_index = <1>;
  35. bt_wake = <&r_pio PL 6 1 1 1 1>;
  36. bt_hostwake = <&r_pio PL 5 6 0 0 0>;
  37. status = "okay";
  38. };
  39. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement