GIGASX76X.dts 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. /dts-v1/;
  2. /include/ "danube.dtsi"
  3. / {
  4. model = "GIGASX76X - Gigaset SX761,SX762,SX763";
  5. chosen {
  6. bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
  7. };
  8. memory@0 {
  9. reg = <0x0 0x2000000>;
  10. };
  11. sram@1F000000 {
  12. vmmc@107000 {
  13. status = "okay";
  14. gpios = <&gpiomm 1 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. partitions {
  26. compatible = "fixed-partitions";
  27. #address-cells = <1>;
  28. #size-cells = <1>;
  29. partition@0 {
  30. label = "uboot";
  31. reg = <0x0 0x30000>;
  32. };
  33. partition@10000 {
  34. label = "uboot_env";
  35. reg = <0x30000 0x10000>;
  36. };
  37. partition@40000 {
  38. label = "firmware";
  39. reg = <0x40000 0x7c0000>;
  40. };
  41. };
  42. };
  43. gpiomm: gpiomm@4000000 {
  44. compatible = "lantiq,gpio-mm";
  45. reg = <1 0x0 0x10 >;
  46. #address-cells = <1>;
  47. #size-cells = <1>;
  48. #gpio-cells = <2>;
  49. gpio-controller;
  50. lantiq,shadow = <0x3>;
  51. };
  52. };
  53. gpio: pinmux@E100B10 {
  54. pinctrl-names = "default";
  55. pinctrl-0 = <&state_default>;
  56. state_default: pinmux {
  57. stp {
  58. lantiq,groups = "stp";
  59. lantiq,function = "stp";
  60. };
  61. };
  62. };
  63. gpios: stp@E100BB0 {
  64. status = "okay";
  65. };
  66. etop@E180000 {
  67. phy-mode = "rmii";
  68. };
  69. ifxhcd@E101000 {
  70. status = "okay";
  71. gpios = <&gpio 29 0>;
  72. };
  73. pci@E105400 {
  74. status = "okay";
  75. lantiq,internal-clock;
  76. gpio-reset = <&gpio 21 0>;
  77. req-mask = <0x1>;
  78. };
  79. };
  80. gpio-keys-polled {
  81. compatible = "gpio-keys-polled";
  82. #address-cells = <1>;
  83. #size-cells = <0>;
  84. poll-interval = <100>;
  85. reset {
  86. label = "reset";
  87. gpios = <&gpio 14 0>;
  88. linux,code = <0x198>;
  89. };
  90. };
  91. gpio_export {
  92. compatible = "gpio-export";
  93. #size-cells = <0>;
  94. switch {
  95. gpio-export,name = "switch";
  96. gpio-export,output = <1>;
  97. gpios = <&gpio 19 0>;
  98. };
  99. };
  100. };