sama5d36ek.dts 943 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * sama5d36ek.dts - Device Tree file for SAMA5D36-EK board
  4. *
  5. * Copyright (C) 2013 Atmel,
  6. * 2013 Josh Wu <[email protected]>
  7. */
  8. /dts-v1/;
  9. #include "sama5d36.dtsi"
  10. #include "sama5d3xmb.dtsi"
  11. #include "sama5d3xdm.dtsi"
  12. #include "sama5d3xmb_emac.dtsi"
  13. #include "sama5d3xmb_gmac.dtsi"
  14. / {
  15. model = "Atmel SAMA5D36-EK";
  16. compatible = "atmel,sama5d36ek", "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d36", "atmel,sama5d3", "atmel,sama5";
  17. ahb {
  18. apb {
  19. spi0: spi@f0004000 {
  20. status = "okay";
  21. };
  22. ssc0: ssc@f0008000 {
  23. status = "okay";
  24. };
  25. can0: can@f000c000 {
  26. status = "okay";
  27. };
  28. i2c0: i2c@f0014000 {
  29. status = "okay";
  30. };
  31. i2c1: i2c@f0018000 {
  32. status = "okay";
  33. };
  34. macb0: ethernet@f0028000 {
  35. status = "okay";
  36. };
  37. macb1: ethernet@f802c000 {
  38. status = "okay";
  39. };
  40. };
  41. };
  42. sound {
  43. status = "okay";
  44. };
  45. };