meson-axg-jethome-jethub-j110-rev-2.dts 834 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (c) 2022 Vyacheslav Bocharov <[email protected]>
  4. * Copyright (c) 2022 JetHome
  5. * Author: Vyacheslav Bocharov <[email protected]>
  6. */
  7. /dts-v1/;
  8. #include "meson-axg-jethome-jethub-j1xx.dtsi"
  9. / {
  10. compatible = "jethome,jethub-j110", "amlogic,a113d", "amlogic,meson-axg";
  11. model = "JetHome JetHub D1p (J110) HW rev.2";
  12. /* 2GiB or 4GiB RAM */
  13. memory@0 {
  14. device_type = "memory";
  15. reg = <0x0 0x0 0x0 0x80000000>;
  16. };
  17. };
  18. /* wifi module */
  19. &sd_emmc_b {
  20. broken-cd;/* cd-gpios = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_LOW>;*/
  21. };
  22. /* UART Bluetooth */
  23. &uart_B {
  24. bluetooth {
  25. compatible = "realtek,rtl8822cs-bt";
  26. enable-gpios = <&gpio GPIOZ_7 GPIO_ACTIVE_HIGH>;
  27. host-wake-gpios = <&gpio GPIOZ_8 GPIO_ACTIVE_HIGH>;
  28. device-wake-gpios = <&gpio GPIOZ_6 GPIO_ACTIVE_HIGH>;
  29. };
  30. };