sama5d36ek_cmp.dts 829 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * sama5d36ek_cmp.dts - Device Tree file for SAMA5D36-EK CMP board
  4. *
  5. * Copyright (C) 2016 Atmel,
  6. */
  7. /dts-v1/;
  8. #include "sama5d36.dtsi"
  9. #include "sama5d3xmb_cmp.dtsi"
  10. / {
  11. model = "Atmel SAMA5D36EK-CMP";
  12. compatible = "atmel,sama5d36ek-cmp", "atmel,sama5d3xmb-cmp", "atmel,sama5d3xcm-cmp", "atmel,sama5d36", "atmel,sama5d3", "atmel,sama5";
  13. ahb {
  14. apb {
  15. spi0: spi@f0004000 {
  16. status = "okay";
  17. };
  18. ssc0: ssc@f0008000 {
  19. status = "okay";
  20. };
  21. can0: can@f000c000 {
  22. status = "okay";
  23. };
  24. i2c0: i2c@f0014000 {
  25. status = "okay";
  26. };
  27. i2c1: i2c@f0018000 {
  28. status = "okay";
  29. };
  30. macb0: ethernet@f0028000 {
  31. status = "okay";
  32. };
  33. macb1: ethernet@f802c000 {
  34. status = "okay";
  35. };
  36. };
  37. };
  38. sound {
  39. status = "okay";
  40. };
  41. };