kirkwood-ts219.dtsi 1.3 KB

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