meson-axg-jethome-jethub-j100.dts 728 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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-j100", "amlogic,a113d", "amlogic,meson-axg";
  11. model = "JetHome JetHub D1 (J100)";
  12. /* 1024MB RAM */
  13. memory@0 {
  14. device_type = "memory";
  15. reg = <0x0 0x0 0x0 0x40000000>;
  16. };
  17. };
  18. /* wifi module */
  19. &sd_emmc_b {
  20. non-removable;
  21. brcmf: wifi@1 {
  22. reg = <1>;
  23. compatible = "brcm,bcm4329-fmac";
  24. };
  25. };
  26. /* UART Bluetooth */
  27. &uart_B {
  28. bluetooth {
  29. compatible = "brcm,bcm43438-bt";
  30. shutdown-gpios = <&gpio GPIOZ_7 GPIO_ACTIVE_HIGH>;
  31. };
  32. };