ae350-u-boot.dtsi 708 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. // SPDX-License-Identifier: (GPL-2.0 OR MIT)
  2. / {
  3. cpus {
  4. u-boot,dm-spl;
  5. CPU0: cpu@0 {
  6. u-boot,dm-spl;
  7. CPU0_intc: interrupt-controller {
  8. u-boot,dm-spl;
  9. };
  10. };
  11. CPU1: cpu@1 {
  12. u-boot,dm-spl;
  13. CPU1_intc: interrupt-controller {
  14. u-boot,dm-spl;
  15. };
  16. };
  17. CPU2: cpu@2 {
  18. u-boot,dm-spl;
  19. CPU2_intc: interrupt-controller {
  20. u-boot,dm-spl;
  21. };
  22. };
  23. CPU3: cpu@3 {
  24. u-boot,dm-spl;
  25. CPU3_intc: interrupt-controller {
  26. u-boot,dm-spl;
  27. };
  28. };
  29. };
  30. memory@0 {
  31. u-boot,dm-spl;
  32. };
  33. soc {
  34. u-boot,dm-spl;
  35. plic1: interrupt-controller@e6400000 {
  36. u-boot,dm-spl;
  37. };
  38. plmt0@e6000000 {
  39. u-boot,dm-spl;
  40. };
  41. };
  42. serial0: serial@f0300000 {
  43. u-boot,dm-spl;
  44. };
  45. };