integratorcp.dts 1020 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /*
  2. * Device Tree for the ARM Integrator/CP platform
  3. */
  4. /dts-v1/;
  5. /include/ "integrator.dtsi"
  6. / {
  7. model = "ARM Integrator/CP";
  8. compatible = "arm,integrator-cp";
  9. aliases {
  10. arm,timer-primary = &timer2;
  11. arm,timer-secondary = &timer1;
  12. };
  13. chosen {
  14. bootargs = "root=/dev/ram0 console=ttyAMA0,38400n8 earlyprintk";
  15. };
  16. timer0: timer@13000000 {
  17. compatible = "arm,sp804", "arm,primecell";
  18. };
  19. timer1: timer@13000100 {
  20. compatible = "arm,sp804", "arm,primecell";
  21. };
  22. timer2: timer@13000200 {
  23. compatible = "arm,sp804", "arm,primecell";
  24. };
  25. pic: pic@14000000 {
  26. valid-mask = <0x1fc003ff>;
  27. };
  28. cic: cic@10000040 {
  29. compatible = "arm,versatile-fpga-irq";
  30. #interrupt-cells = <1>;
  31. interrupt-controller;
  32. reg = <0x10000040 0x100>;
  33. clear-mask = <0xffffffff>;
  34. valid-mask = <0x00000007>;
  35. };
  36. sic: sic@ca000000 {
  37. compatible = "arm,versatile-fpga-irq";
  38. #interrupt-cells = <1>;
  39. interrupt-controller;
  40. reg = <0xca000000 0x100>;
  41. clear-mask = <0x00000fff>;
  42. valid-mask = <0x00000fff>;
  43. };
  44. };