kirkwood-guruplug-server-plus.dts 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /dts-v1/;
  2. /include/ "kirkwood.dtsi"
  3. /include/ "kirkwood-6281.dtsi"
  4. / {
  5. model = "Globalscale Technologies Guruplug Server Plus";
  6. compatible = "globalscale,guruplug-server-plus", "globalscale,guruplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  7. memory {
  8. device_type = "memory";
  9. reg = <0x00000000 0x20000000>;
  10. };
  11. chosen {
  12. bootargs = "console=ttyS0,115200n8 earlyprintk";
  13. };
  14. ocp@f1000000 {
  15. pinctrl: pinctrl@10000 {
  16. pinctrl-0 = < &pmx_led_health_r &pmx_led_health_g
  17. &pmx_led_wmode_r &pmx_led_wmode_g >;
  18. pinctrl-names = "default";
  19. pmx_led_health_r: pmx-led-health-r {
  20. marvell,pins = "mpp46";
  21. marvell,function = "gpio";
  22. };
  23. pmx_led_health_g: pmx-led-health-g {
  24. marvell,pins = "mpp47";
  25. marvell,function = "gpio";
  26. };
  27. pmx_led_wmode_r: pmx-led-wmode-r {
  28. marvell,pins = "mpp48";
  29. marvell,function = "gpio";
  30. };
  31. pmx_led_wmode_g: pmx-led-wmode-g {
  32. marvell,pins = "mpp49";
  33. marvell,function = "gpio";
  34. };
  35. };
  36. serial@12000 {
  37. clock-frequency = <200000000>;
  38. status = "ok";
  39. };
  40. nand@3000000 {
  41. status = "okay";
  42. partition@0 {
  43. label = "u-boot";
  44. reg = <0x00000000 0x00100000>;
  45. read-only;
  46. };
  47. partition@100000 {
  48. label = "uImage";
  49. reg = <0x00100000 0x00400000>;
  50. };
  51. partition@500000 {
  52. label = "data";
  53. reg = <0x00500000 0x1fb00000>;
  54. };
  55. };
  56. sata@80000 {
  57. status = "okay";
  58. nr-ports = <1>;
  59. };
  60. };
  61. gpio-leds {
  62. compatible = "gpio-leds";
  63. health-r {
  64. label = "guruplug:red:health";
  65. gpios = <&gpio1 14 1>;
  66. };
  67. health-g {
  68. label = "guruplug:green:health";
  69. gpios = <&gpio1 15 1>;
  70. };
  71. wmode-r {
  72. label = "guruplug:red:wmode";
  73. gpios = <&gpio1 16 1>;
  74. };
  75. wmode-g {
  76. label = "guruplug:green:wmode";
  77. gpios = <&gpio1 17 1>;
  78. };
  79. };
  80. };