wm8750-apc8750.dts 436 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. * wm8750-apc8750.dts
  3. * - Device tree file for VIA APC8750
  4. *
  5. * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
  6. *
  7. * Licensed under GPLv2 or later
  8. */
  9. /dts-v1/;
  10. /include/ "wm8750.dtsi"
  11. / {
  12. model = "VIA APC8750";
  13. };
  14. &pinctrl {
  15. pinctrl-names = "default";
  16. pinctrl-0 = <&i2c>;
  17. i2c: i2c {
  18. wm,pins = <168 169 170 171>;
  19. wm,function = <2>; /* alt */
  20. wm,pull = <2>; /* pull-up */
  21. };
  22. };
  23. &uart0 {
  24. status = "okay";
  25. };