sama5d34ek.dts 965 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*
  2. * sama5d34ek.dts - Device Tree file for SAMA5D34-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 "sama5d3xmb.dtsi"
  11. #include "sama5d3xdm.dtsi"
  12. / {
  13. model = "Atmel SAMA5D34-EK";
  14. compatible = "atmel,sama5d34ek", "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d3", "atmel,sama5";
  15. ahb {
  16. apb {
  17. spi0: spi@f0004000 {
  18. status = "okay";
  19. };
  20. ssc0: ssc@f0008000 {
  21. status = "okay";
  22. };
  23. can0: can@f000c000 {
  24. status = "okay";
  25. };
  26. i2c0: i2c@f0014000 {
  27. status = "okay";
  28. };
  29. i2c1: i2c@f0018000 {
  30. status = "okay";
  31. 24c256@50 {
  32. compatible = "24c256";
  33. reg = <0x50>;
  34. pagesize = <64>;
  35. };
  36. };
  37. macb0: ethernet@f0028000 {
  38. status = "okay";
  39. };
  40. };
  41. };
  42. leds {
  43. d3 {
  44. label = "d3";
  45. gpios = <&pioE 24 GPIO_ACTIVE_HIGH>;
  46. };
  47. };
  48. sound {
  49. status = "okay";
  50. };
  51. };