mt8195-cherry-tomato-r2.dts 721 B

1234567891011121314151617181920212223242526272829303132333435
  1. // SPDX-License-Identifier: (GPL-2.0 OR MIT)
  2. /*
  3. * Copyright (C) 2021 MediaTek Inc.
  4. */
  5. /dts-v1/;
  6. #include "mt8195-cherry.dtsi"
  7. / {
  8. model = "Acer Tomato (rev2) board";
  9. compatible = "google,tomato-rev2", "google,tomato", "mediatek,mt8195";
  10. };
  11. &pio_default {
  12. pins-low-power-hdmi-disable {
  13. pinmux = <PINMUX_GPIO31__FUNC_GPIO31>,
  14. <PINMUX_GPIO32__FUNC_GPIO32>,
  15. <PINMUX_GPIO33__FUNC_GPIO33>,
  16. <PINMUX_GPIO34__FUNC_GPIO34>,
  17. <PINMUX_GPIO35__FUNC_GPIO35>;
  18. input-enable;
  19. bias-pull-down;
  20. };
  21. pins-low-power-pcie0-disable {
  22. pinmux = <PINMUX_GPIO19__FUNC_GPIO19>,
  23. <PINMUX_GPIO20__FUNC_GPIO20>,
  24. <PINMUX_GPIO21__FUNC_GPIO21>;
  25. input-enable;
  26. bias-pull-down;
  27. };
  28. };
  29. &ts_10 {
  30. status = "okay";
  31. };