sama5d35ek.dts 996 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*
  2. * sama5d35ek.dts - Device Tree file for SAMA5D35-EK board
  3. *
  4. * Copyright (C) 2013 Atmel,
  5. * 2013 Ludovic Desroches <ludovic.desroches@atmel.com>
  6. *
  7. * Licensed under GPLv2 or later.
  8. */
  9. /dts-v1/;
  10. #include "sama5d35.dtsi"
  11. #include "sama5d3xmb.dtsi"
  12. / {
  13. model = "Atmel SAMA5D35-EK";
  14. compatible = "atmel,sama5d35ek", "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d35", "atmel,sama5d3", "atmel,sama5";
  15. ahb {
  16. apb {
  17. spi0: spi@f0004000 {
  18. status = "okay";
  19. };
  20. can0: can@f000c000 {
  21. status = "okay";
  22. };
  23. i2c1: i2c@f0018000 {
  24. status = "okay";
  25. };
  26. macb0: ethernet@f0028000 {
  27. status = "okay";
  28. };
  29. isi: isi@f0034000 {
  30. status = "okay";
  31. };
  32. macb1: ethernet@f802c000 {
  33. status = "okay";
  34. };
  35. };
  36. };
  37. gpio_keys {
  38. compatible = "gpio-keys";
  39. #address-cells = <1>;
  40. #size-cells = <0>;
  41. pb_user1 {
  42. label = "pb_user1";
  43. gpios = <&pioE 27 GPIO_ACTIVE_HIGH>;
  44. linux,code = <0x100>;
  45. gpio-key,wakeup;
  46. };
  47. };
  48. };