kirkwood-dreamplug.dts 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /dts-v1/;
  2. /include/ "kirkwood.dtsi"
  3. / {
  4. model = "Globalscale Technologies Dreamplug";
  5. compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "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. serial@12000 {
  15. clock-frequency = <200000000>;
  16. status = "ok";
  17. };
  18. spi@10600 {
  19. status = "okay";
  20. m25p40@0 {
  21. #address-cells = <1>;
  22. #size-cells = <1>;
  23. compatible = "mx25l1606e";
  24. reg = <0>;
  25. spi-max-frequency = <50000000>;
  26. mode = <0>;
  27. partition@0 {
  28. reg = <0x0 0x80000>;
  29. label = "u-boot";
  30. };
  31. partition@100000 {
  32. reg = <0x100000 0x10000>;
  33. label = "u-boot env";
  34. };
  35. partition@180000 {
  36. reg = <0x180000 0x10000>;
  37. label = "dtb";
  38. };
  39. };
  40. };
  41. sata@80000 {
  42. status = "okay";
  43. nr-ports = <1>;
  44. };
  45. };
  46. gpio-leds {
  47. compatible = "gpio-leds";
  48. bluetooth {
  49. label = "dreamplug:blue:bluetooth";
  50. gpios = <&gpio1 15 1>;
  51. };
  52. wifi {
  53. label = "dreamplug:green:wifi";
  54. gpios = <&gpio1 16 1>;
  55. };
  56. wifi-ap {
  57. label = "dreamplug:green:wifi_ap";
  58. gpios = <&gpio1 17 1>;
  59. };
  60. };
  61. };