mt7981a-glinet-gl-xe3000.dts 387 B

1234567891011121314151617181920212223
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. #include "mt7981a-glinet-gl-x3000-xe3000-common.dtsi"
  3. / {
  4. model = "GL.iNet GL-XE3000";
  5. compatible = "glinet,gl-xe3000", "mediatek,mt7981";
  6. };
  7. &uart1 {
  8. pinctrl-names = "default";
  9. pinctrl-0 = <&uart1_pins>;
  10. status = "okay";
  11. };
  12. &pio {
  13. uart1_pins: uart1-pins-g1 {
  14. mux {
  15. function = "uart";
  16. groups = "uart1_3";
  17. };
  18. };
  19. };