mpc8641si-pre.dtsi 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*
  2. * MPC8641 Silicon/SoC Device Tree Source (pre include)
  3. *
  4. * Copyright 2016 Elettra-Sincrotrone Trieste S.C.p.A.
  5. *
  6. * This program is free software; you can redistribute it and/or modify it
  7. * under the terms of the GNU General Public License as published by the
  8. * Free Software Foundation; either version 2 of the License, or (at your
  9. * option) any later version.
  10. *
  11. */
  12. /dts-v1/;
  13. / {
  14. #address-cells = <1>;
  15. #size-cells = <1>;
  16. interrupt-parent = <&mpic>;
  17. aliases {
  18. ethernet0 = &enet0;
  19. ethernet1 = &enet1;
  20. ethernet2 = &enet2;
  21. ethernet3 = &enet3;
  22. serial0 = &serial0;
  23. serial1 = &serial1;
  24. pci0 = &pci0;
  25. pci1 = &pci1;
  26. };
  27. cpus {
  28. #address-cells = <1>;
  29. #size-cells = <0>;
  30. PowerPC,8641@0 {
  31. device_type = "cpu";
  32. reg = <0>;
  33. d-cache-line-size = <32>;
  34. i-cache-line-size = <32>;
  35. d-cache-size = <32768>;
  36. i-cache-size = <32768>;
  37. timebase-frequency = <0>;
  38. bus-frequency = <0>;
  39. clock-frequency = <0>;
  40. };
  41. PowerPC,8641@1 {
  42. device_type = "cpu";
  43. reg = <1>;
  44. d-cache-line-size = <32>;
  45. i-cache-line-size = <32>;
  46. d-cache-size = <32768>;
  47. i-cache-size = <32768>;
  48. timebase-frequency = <0>;
  49. bus-frequency = <0>;
  50. clock-frequency = <0>;
  51. };
  52. };
  53. };