EASY50712.dts 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /dts-v1/;
  2. #include "danube.dtsi"
  3. / {
  4. model = "EASY50712 - Intel EASY50712 Nand";
  5. chosen {
  6. bootargs = "console=ttyLTQ0,115200";
  7. };
  8. memory@0 {
  9. reg = <0x0 0x2000000>;
  10. };
  11. fpi@10000000 {
  12. localbus@0 {
  13. nor-boot@0 {
  14. compatible = "lantiq,nor";
  15. bank-width = <2>;
  16. reg = <0 0x0 0x2000000>;
  17. #address-cells = <1>;
  18. #size-cells = <1>;
  19. partitions {
  20. compatible = "fixed-partitions";
  21. #address-cells = <1>;
  22. #size-cells = <1>;
  23. partition@0 {
  24. label = "uboot";
  25. reg = <0x00000 0x10000>; /* 64 KB */
  26. };
  27. partition@10000 {
  28. label = "uboot_env";
  29. reg = <0x10000 0x10000>; /* 64 KB */
  30. };
  31. partition@20000 {
  32. label = "firmware";
  33. reg = <0x20000 0x3d0000>;
  34. };
  35. partition@400000 {
  36. label = "rootfs";
  37. reg = <0x400000 0x400000>;
  38. };
  39. };
  40. };
  41. };
  42. gpio: pinmux@E100B10 {
  43. pinctrl-names = "default";
  44. pinctrl-0 = <&state_default>;
  45. state_default: pinmux {
  46. stp {
  47. lantiq,groups = "stp";
  48. lantiq,function = "stp";
  49. };
  50. exin {
  51. lantiq,groups = "exin1";
  52. lantiq,function = "exin";
  53. };
  54. pci {
  55. lantiq,groups = "gnt1";
  56. lantiq,function = "pci";
  57. };
  58. conf_out {
  59. lantiq,pins = "io4", "io5", "io6"; /* stp */
  60. lantiq,open-drain;
  61. lantiq,pull = <0>;
  62. };
  63. };
  64. };
  65. etop@E180000 {
  66. phy-mode = "rmii";
  67. };
  68. };
  69. };