kirkwood-openblocks_a6.dts 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /dts-v1/;
  2. /include/ "kirkwood.dtsi"
  3. /include/ "kirkwood-6282.dtsi"
  4. / {
  5. model = "Plat'Home OpenBlocksA6";
  6. compatible = "plathome,openblocks-a6", "marvell,kirkwood-88f6283", "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. serial@12000 {
  16. clock-frequency = <200000000>;
  17. status = "ok";
  18. };
  19. serial@12100 {
  20. clock-frequency = <200000000>;
  21. status = "ok";
  22. };
  23. nand@3000000 {
  24. chip-delay = <25>;
  25. status = "okay";
  26. partition@0 {
  27. label = "uboot";
  28. reg = <0x0 0x90000>;
  29. };
  30. partition@90000 {
  31. label = "env";
  32. reg = <0x90000 0x44000>;
  33. };
  34. partition@d4000 {
  35. label = "test";
  36. reg = <0xd4000 0x24000>;
  37. };
  38. partition@f4000 {
  39. label = "conf";
  40. reg = <0xf4000 0x400000>;
  41. };
  42. partition@4f4000 {
  43. label = "linux";
  44. reg = <0x4f4000 0x1d20000>;
  45. };
  46. partition@2214000 {
  47. label = "user";
  48. reg = <0x2214000 0x1dec000>;
  49. };
  50. };
  51. sata@80000 {
  52. nr-ports = <1>;
  53. status = "okay";
  54. };
  55. i2c@11100 {
  56. status = "okay";
  57. s35390a: s35390a@30 {
  58. compatible = "s35390a";
  59. reg = <0x30>;
  60. };
  61. };
  62. };
  63. gpio-leds {
  64. compatible = "gpio-leds";
  65. led-red {
  66. label = "obsa6:red:stat";
  67. gpios = <&gpio1 9 1>;
  68. };
  69. led-green {
  70. label = "obsa6:green:stat";
  71. gpios = <&gpio1 10 1>;
  72. };
  73. led-yellow {
  74. label = "obsa6:yellow:stat";
  75. gpios = <&gpio1 11 1>;
  76. };
  77. };
  78. };