sun50i-h6-tanix-tx6.dts 659 B

1234567891011121314151617181920212223242526272829
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. // Copyright (c) 2019 Jernej Skrabec <[email protected]>
  3. /dts-v1/;
  4. #include "sun50i-h6-tanix.dtsi"
  5. / {
  6. model = "Tanix TX6";
  7. compatible = "oranth,tanix-tx6", "allwinner,sun50i-h6";
  8. };
  9. &r_ir {
  10. linux,rc-map-name = "rc-tanix-tx5max";
  11. };
  12. &uart1 {
  13. pinctrl-names = "default";
  14. pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
  15. uart-has-rtscts;
  16. status = "okay";
  17. bluetooth {
  18. compatible = "realtek,rtl8822cs-bt";
  19. device-wake-gpios = <&r_pio 1 2 GPIO_ACTIVE_HIGH>; /* PM2 */
  20. host-wake-gpios = <&r_pio 1 1 GPIO_ACTIVE_HIGH>; /* PM1 */
  21. enable-gpios = <&r_pio 1 4 GPIO_ACTIVE_HIGH>; /* PM4 */
  22. };
  23. };