oftree.dts 936 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. / {
  2. model = "STXXTC V1";
  3. compatible = "STXXTC";
  4. #address-cells = <2>;
  5. #size-cells = <2>;
  6. cpus {
  7. linux,phandle = <1>;
  8. #address-cells = <1>;
  9. #size-cells = <0>;
  10. PowerPC,MPC870@0 {
  11. linux,phandle = <3>;
  12. name = "PowerPC,MPC870";
  13. device_type = "cpu";
  14. reg = <0>;
  15. clock-frequency = <0>; /* place-holder for runtime fillup */
  16. timebase-frequency = <0>; /* dido */
  17. linux,boot-cpu;
  18. i-cache-size = <2000>;
  19. d-cache-size = <2000>;
  20. 32-bit;
  21. };
  22. };
  23. memory@0 {
  24. device_type = "memory";
  25. reg = <00000000 00000000 00000000 20000000>;
  26. };
  27. /* copy of the bd_t information (place-holders) */
  28. bd_t {
  29. memstart = <0>;
  30. memsize = <0>;
  31. flashstart = <0>;
  32. flashsize = <0>;
  33. flashoffset = <0>;
  34. sramstart = <0>;
  35. sramsize = <0>;
  36. immr_base = <0>;
  37. bootflags = <0>;
  38. ip_addr = <0>;
  39. enetaddr = [ 00 00 00 00 00 00 ];
  40. ethspeed = <0>;
  41. intfreq = <0>;
  42. busfreq = <0>;
  43. baudrate = <0>;
  44. };
  45. };