wm8750-apc8750.dts 445 B

1234567891011121314151617181920212223242526272829
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * wm8750-apc8750.dts
  4. * - Device tree file for VIA APC8750
  5. *
  6. * Copyright (C) 2012 Tony Prisk <[email protected]>
  7. */
  8. /dts-v1/;
  9. /include/ "wm8750.dtsi"
  10. / {
  11. model = "VIA APC8750";
  12. };
  13. &pinctrl {
  14. pinctrl-names = "default";
  15. pinctrl-0 = <&i2c>;
  16. i2c: i2c {
  17. wm,pins = <168 169 170 171>;
  18. wm,function = <2>; /* alt */
  19. wm,pull = <2>; /* pull-up */
  20. };
  21. };
  22. &uart0 {
  23. status = "okay";
  24. };