kirkwood-iomega_ix2_200.dts 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. /dts-v1/;
  2. /include/ "kirkwood.dtsi"
  3. / {
  4. model = "Iomega StorCenter ix2-200";
  5. compatible = "iom,ix2-200", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  6. memory {
  7. device_type = "memory";
  8. reg = <0x00000000 0x10000000>;
  9. };
  10. chosen {
  11. bootargs = "console=ttyS0,115200n8 earlyprintk";
  12. };
  13. ocp@f1000000 {
  14. i2c@11000 {
  15. status = "okay";
  16. lm63: lm63@4c {
  17. compatible = "national,lm63";
  18. reg = <0x4c>;
  19. };
  20. };
  21. serial@12000 {
  22. clock-frequency = <200000000>;
  23. status = "ok";
  24. };
  25. nand@3000000 {
  26. status = "okay";
  27. partition@0 {
  28. label = "u-boot";
  29. reg = <0x0000000 0x100000>;
  30. read-only;
  31. };
  32. partition@a0000 {
  33. label = "env";
  34. reg = <0xa0000 0x20000>;
  35. read-only;
  36. };
  37. partition@100000 {
  38. label = "uImage";
  39. reg = <0x100000 0x300000>;
  40. };
  41. partition@400000 {
  42. label = "uInitrd";
  43. reg = <0x540000 0x1000000>;
  44. };
  45. };
  46. sata@80000 {
  47. status = "okay";
  48. nr-ports = <2>;
  49. };
  50. };
  51. gpio-leds {
  52. compatible = "gpio-leds";
  53. power_led {
  54. label = "status:white:power_led";
  55. gpios = <&gpio0 16 0>;
  56. linux,default-trigger = "default-on";
  57. };
  58. health_led1 {
  59. label = "status:red:health_led";
  60. gpios = <&gpio1 5 0>;
  61. };
  62. health_led2 {
  63. label = "status:white:health_led";
  64. gpios = <&gpio1 4 0>;
  65. };
  66. backup_led {
  67. label = "status:blue:backup_led";
  68. gpios = <&gpio0 15 0>;
  69. };
  70. };
  71. gpio-keys {
  72. compatible = "gpio-keys";
  73. #address-cells = <1>;
  74. #size-cells = <0>;
  75. Power {
  76. label = "Power Button";
  77. linux,code = <116>;
  78. gpios = <&gpio0 14 1>;
  79. };
  80. Reset {
  81. label = "Reset Button";
  82. linux,code = <0x198>;
  83. gpios = <&gpio0 12 1>;
  84. };
  85. OTB {
  86. label = "OTB Button";
  87. linux,code = <133>;
  88. gpios = <&gpio1 3 1>;
  89. };
  90. };
  91. };