ACMP252.dts 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /dts-v1/;
  2. /include/ "danube.dtsi"
  3. / {
  4. model = "ACMP252 - AudioCodes MediaPack MP-252";
  5. chosen {
  6. bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
  7. };
  8. memory@0 {
  9. reg = <0x0 0x4000000>;
  10. };
  11. sram@1F000000 {
  12. vmmc@107000 {
  13. status = "okay";
  14. gpios = <&gpio 31 0>;
  15. };
  16. };
  17. fpi@10000000 {
  18. localbus@0 {
  19. nor-boot@0 {
  20. compatible = "lantiq,nor";
  21. bank-width = <2>;
  22. reg = <0 0x0 0x2000000>;
  23. #address-cells = <1>;
  24. #size-cells = <1>;
  25. partition@0 {
  26. label = "uboot";
  27. reg = <0x0 0x20000>;
  28. read-only;
  29. };
  30. partition@20000 {
  31. label = "uboot_env";
  32. reg = <0x20000 0x20000>;
  33. };
  34. partition@40000 {
  35. label = "boardconfig";
  36. reg = <0x40000 0x60000>;
  37. read-only;
  38. };
  39. partition@a0000 {
  40. label = "firmware";
  41. reg = <0xa0000 0xf20000>;
  42. };
  43. partition@fc0000 {
  44. label = "sysconfig";
  45. reg = <0xfc0000 0x40000>;
  46. };
  47. partition@0x1000000 {
  48. label = "rootfs_data";
  49. reg = <0x1000000 0x1000000>;
  50. };
  51. };
  52. };
  53. gpio: pinmux@E100B10 {
  54. pinctrl-names = "default";
  55. pinctrl-0 = <&state_default>;
  56. state_default: pinmux {
  57. exin {
  58. lantiq,groups = "exin1";
  59. lantiq,function = "exin";
  60. };
  61. pci {
  62. lantiq,groups = "gnt1", "req1";
  63. lantiq,function = "pci";
  64. };
  65. };
  66. };
  67. ifxhcd@E101000 {
  68. status = "okay";
  69. gpios = <&gpio 3 0>;
  70. };
  71. etop@E180000 {
  72. phy-mode = "rmii";
  73. };
  74. pci@E105400 {
  75. status = "okay";
  76. };
  77. };
  78. };