exynos5250-snow.dts 924 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*
  2. * Google Snow board device tree source
  3. *
  4. * Copyright (c) 2012 Google, Inc
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. */
  10. /dts-v1/;
  11. /include/ "exynos5250.dtsi"
  12. /include/ "cros5250-common.dtsi"
  13. / {
  14. model = "Google Snow";
  15. compatible = "google,snow", "samsung,exynos5250";
  16. gpio-keys {
  17. compatible = "gpio-keys";
  18. lid-switch {
  19. label = "Lid";
  20. gpios = <&gpx3 5 0 0x10000 0>;
  21. linux,input-type = <5>; /* EV_SW */
  22. linux,code = <0>; /* SW_LID */
  23. debounce-interval = <1>;
  24. gpio-key,wakeup;
  25. };
  26. };
  27. /*
  28. * On Snow we've got SIP WiFi and so can keep drive strengths low to
  29. * reduce EMI.
  30. */
  31. dwmmc3@12230000 {
  32. slot@0 {
  33. gpios = <&gpc4 0 2 0 0>, <&gpc4 1 2 3 0>,
  34. <&gpc4 3 2 3 0>, <&gpc4 4 2 3 0>,
  35. <&gpc4 5 2 3 0>, <&gpc4 6 2 3 0>;
  36. };
  37. };
  38. };