kirkwood-iconnect.dts 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. /dts-v1/;
  2. /include/ "kirkwood.dtsi"
  3. / {
  4. model = "Iomega Iconnect";
  5. compatible = "iom,iconnect-1.1", "iom,iconnect", "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. linux,initrd-start = <0x4500040>;
  13. linux,initrd-end = <0x4800000>;
  14. };
  15. ocp@f1000000 {
  16. i2c@11000 {
  17. status = "okay";
  18. lm63: lm63@4c {
  19. compatible = "national,lm63";
  20. reg = <0x4c>;
  21. };
  22. };
  23. serial@12000 {
  24. clock-frequency = <200000000>;
  25. status = "ok";
  26. };
  27. nand@3000000 {
  28. status = "okay";
  29. partition@0 {
  30. label = "uboot";
  31. reg = <0x0000000 0xc0000>;
  32. };
  33. partition@a0000 {
  34. label = "env";
  35. reg = <0xa0000 0x20000>;
  36. };
  37. partition@100000 {
  38. label = "zImage";
  39. reg = <0x100000 0x300000>;
  40. };
  41. partition@540000 {
  42. label = "initrd";
  43. reg = <0x540000 0x300000>;
  44. };
  45. partition@980000 {
  46. label = "boot";
  47. reg = <0x980000 0x1f400000>;
  48. };
  49. };
  50. };
  51. gpio-leds {
  52. compatible = "gpio-leds";
  53. led-level {
  54. label = "led_level";
  55. gpios = <&gpio1 9 0>;
  56. linux,default-trigger = "default-on";
  57. };
  58. power-blue {
  59. label = "power:blue";
  60. gpios = <&gpio1 10 0>;
  61. linux,default-trigger = "timer";
  62. };
  63. power-red {
  64. label = "power:red";
  65. gpios = <&gpio1 11 0>;
  66. };
  67. usb1 {
  68. label = "usb1:blue";
  69. gpios = <&gpio1 12 0>;
  70. };
  71. usb2 {
  72. label = "usb2:blue";
  73. gpios = <&gpio1 13 0>;
  74. };
  75. usb3 {
  76. label = "usb3:blue";
  77. gpios = <&gpio1 14 0>;
  78. };
  79. usb4 {
  80. label = "usb4:blue";
  81. gpios = <&gpio1 15 0>;
  82. };
  83. otb {
  84. label = "otb:blue";
  85. gpios = <&gpio1 16 0>;
  86. };
  87. };
  88. gpio_keys {
  89. compatible = "gpio-keys";
  90. #address-cells = <1>;
  91. #size-cells = <0>;
  92. button@1 {
  93. label = "OTB Button";
  94. linux,code = <133>;
  95. gpios = <&gpio1 3 1>;
  96. debounce-interval = <100>;
  97. };
  98. button@2 {
  99. label = "Reset";
  100. linux,code = <0x198>;
  101. gpios = <&gpio0 12 1>;
  102. debounce-interval = <100>;
  103. };
  104. };
  105. };