kirkwood-ts219.dtsi 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. / {
  2. model = "QNAP TS219 family";
  3. compatible = "qnap,ts219", "marvell,kirkwood";
  4. memory {
  5. device_type = "memory";
  6. reg = <0x00000000 0x20000000>;
  7. };
  8. chosen {
  9. bootargs = "console=ttyS0,115200n8";
  10. };
  11. ocp@f1000000 {
  12. i2c@11000 {
  13. status = "okay";
  14. clock-frequency = <400000>;
  15. s35390a: s35390a@30 {
  16. compatible = "s35390a";
  17. reg = <0x30>;
  18. };
  19. };
  20. serial@12000 {
  21. clock-frequency = <200000000>;
  22. status = "okay";
  23. };
  24. serial@12100 {
  25. clock-frequency = <200000000>;
  26. status = "okay";
  27. };
  28. spi@10600 {
  29. status = "okay";
  30. m25p128@0 {
  31. #address-cells = <1>;
  32. #size-cells = <1>;
  33. compatible = "m25p128";
  34. reg = <0>;
  35. spi-max-frequency = <20000000>;
  36. mode = <0>;
  37. partition@0000000 {
  38. reg = <0x00000000 0x00080000>;
  39. label = "U-Boot";
  40. };
  41. partition@00200000 {
  42. reg = <0x00200000 0x00200000>;
  43. label = "Kernel";
  44. };
  45. partition@00400000 {
  46. reg = <0x00400000 0x00900000>;
  47. label = "RootFS1";
  48. };
  49. partition@00d00000 {
  50. reg = <0x00d00000 0x00300000>;
  51. label = "RootFS2";
  52. };
  53. partition@00040000 {
  54. reg = <0x00080000 0x00040000>;
  55. label = "U-Boot Config";
  56. };
  57. partition@000c0000 {
  58. reg = <0x000c0000 0x00140000>;
  59. label = "NAS Config";
  60. };
  61. };
  62. };
  63. sata@80000 {
  64. status = "okay";
  65. nr-ports = <2>;
  66. };
  67. pcie-controller {
  68. status = "okay";
  69. pcie@1,0 {
  70. status = "okay";
  71. };
  72. };
  73. };
  74. };