kirkwood-mplcec4.dts 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /dts-v1/;
  2. /include/ "kirkwood.dtsi"
  3. / {
  4. model = "MPL CEC4";
  5. compatible = "mpl,cec4-10", "mpl,cec4", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  6. memory {
  7. device_type = "memory";
  8. reg = <0x00000000 0x20000000>;
  9. };
  10. chosen {
  11. bootargs = "console=ttyS0,115200n8 earlyprintk";
  12. };
  13. ocp@f1000000 {
  14. i2c@11000 {
  15. status = "okay";
  16. rtc@51 {
  17. compatible = "nxp,pcf8563";
  18. reg = <0x51>;
  19. };
  20. eeprom@57 {
  21. compatible = "atmel,24c02";
  22. reg = <0x57>;
  23. };
  24. };
  25. serial@12000 {
  26. clock-frequency = <200000000>;
  27. status = "ok";
  28. };
  29. nand@3000000 {
  30. status = "okay";
  31. partition@0 {
  32. label = "uboot";
  33. reg = <0x0000000 0x100000>;
  34. };
  35. partition@100000 {
  36. label = "env";
  37. reg = <0x100000 0x80000>;
  38. };
  39. partition@180000 {
  40. label = "fdt";
  41. reg = <0x180000 0x80000>;
  42. };
  43. partition@200000 {
  44. label = "kernel";
  45. reg = <0x200000 0x400000>;
  46. };
  47. partition@600000 {
  48. label = "rootfs";
  49. reg = <0x600000 0x1fa00000>;
  50. };
  51. };
  52. rtc@10300 {
  53. status = "disabled";
  54. };
  55. sata@80000 {
  56. nr-ports = <2>;
  57. status = "okay";
  58. };
  59. };
  60. gpio-leds {
  61. compatible = "gpio-leds";
  62. health {
  63. label = "status:green:health";
  64. gpios = <&gpio0 7 1>;
  65. };
  66. user1o {
  67. label = "user1:orange";
  68. gpios = <&gpio1 8 1>;
  69. default-state = "on";
  70. };
  71. user1g {
  72. label = "user1:green";
  73. gpios = <&gpio1 9 1>;
  74. default-state = "on";
  75. };
  76. user0o {
  77. label = "user0:orange";
  78. gpios = <&gpio1 12 1>;
  79. default-state = "on";
  80. };
  81. user0g {
  82. label = "user0:green";
  83. gpios = <&gpio1 13 1>;
  84. default-state = "on";
  85. };
  86. misc {
  87. label = "status:orange:misc";
  88. gpios = <&gpio1 14 1>;
  89. default-state = "on";
  90. };
  91. };
  92. };