meson-gxl-s905d-phicomm-n1.dts 511 B

1234567891011121314151617181920212223242526272829303132333435
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (c) 2018 He Yangxuan
  4. */
  5. /dts-v1/;
  6. #include "meson-gxl-s905d-p230.dts"
  7. / {
  8. compatible = "phicomm,n1", "amlogic,s905d", "amlogic,meson-gxl";
  9. model = "Phicomm N1";
  10. cvbs-connector {
  11. status = "disabled";
  12. };
  13. leds {
  14. compatible = "gpio-leds";
  15. led {
  16. label = "n1:white:status";
  17. gpios = <&gpio_ao GPIOAO_9 GPIO_ACTIVE_HIGH>;
  18. default-state = "on";
  19. };
  20. };
  21. };
  22. &cvbs_vdac_port {
  23. status = "disabled";
  24. };
  25. &usb {
  26. dr_mode = "host";
  27. };