CARAMBOLA.dts 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /dts-v1/;
  2. /include/ "rt3050.dtsi"
  3. / {
  4. compatible = "CARAMBOLA", "ralink,rt3050-soc";
  5. model = "8devices Carambola";
  6. chosen {
  7. bootargs = "console=ttyS0,115200";
  8. };
  9. palmbus@10000000 {
  10. sysc@0 {
  11. ralink,pinmux = "uartlite", "sdram", "rgmii";
  12. ralink,gpiomux = "i2c", "spi", "jtag", "mdio";
  13. ralink,uartmux = "gpio";
  14. ralink,wdtmux = <1>;
  15. };
  16. gpio0: gpio@600 {
  17. status = "okay";
  18. };
  19. };
  20. cfi@1f000000 {
  21. compatible = "cfi-flash";
  22. reg = <0x1f000000 0x800000>;
  23. bank-width = <2>;
  24. device-width = <2>;
  25. #address-cells = <1>;
  26. #size-cells = <1>;
  27. partition@0 {
  28. label = "u-boot";
  29. reg = <0x0 0x30000>;
  30. read-only;
  31. };
  32. partition@30000 {
  33. label = "u-boot-env";
  34. reg = <0x30000 0x10000>;
  35. read-only;
  36. };
  37. factory: partition@40000 {
  38. label = "factory";
  39. reg = <0x40000 0x10000>;
  40. read-only;
  41. };
  42. partition@50000 {
  43. label = "firmware";
  44. reg = <0x50000 0x7b0000>;
  45. };
  46. };
  47. ethernet@10100000 {
  48. status = "okay";
  49. };
  50. esw@10110000 {
  51. status = "okay";
  52. ralink,portmap = <0x3f>;
  53. };
  54. wmac@10180000 {
  55. status = "okay";
  56. };
  57. otg@101c0000 {
  58. status = "okay";
  59. };
  60. i2c-gpio {
  61. compatible = "i2c-gpio";
  62. gpios = <&gpio0 1 0 &gpio0 2 0>;
  63. i2c-gpio,delay-us = <10>;
  64. };
  65. };