GIGASX76X.dts 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. partition@0 {
  26. label = "uboot";
  27. reg = <0x0 0x30000>;
  28. };
  29. partition@10000 {
  30. label = "uboot_env";
  31. reg = <0x30000 0x10000>;
  32. };
  33. partition@40000 {
  34. label = "firmware";
  35. reg = <0x40000 0x7c0000>;
  36. };
  37. };
  38. gpiomm: gpiomm@4000000 {
  39. compatible = "lantiq,gpio-mm";
  40. reg = <1 0x0 0x10 >;
  41. #address-cells = <1>;
  42. #size-cells = <1>;
  43. #gpio-cells = <2>;
  44. gpio-controller;
  45. lantiq,shadow = <0x3>;
  46. };
  47. };
  48. gpio: pinmux@E100B10 {
  49. pinctrl-names = "default";
  50. pinctrl-0 = <&state_default>;
  51. state_default: pinmux {
  52. stp {
  53. lantiq,groups = "stp";
  54. lantiq,function = "stp";
  55. };
  56. };
  57. };
  58. gpios: stp@E100BB0 {
  59. status = "okay";
  60. };
  61. etop@E180000 {
  62. phy-mode = "rmii";
  63. };
  64. ifxhcd@E101000 {
  65. status = "okay";
  66. gpios = <&gpio 29 0>;
  67. };
  68. pci@E105400 {
  69. status = "okay";
  70. lantiq,internal-clock;
  71. gpio-reset = <&gpio 21 0>;
  72. req-mask = <0x1>;
  73. };
  74. };
  75. gpio-keys-polled {
  76. compatible = "gpio-keys-polled";
  77. #address-cells = <1>;
  78. #size-cells = <0>;
  79. poll-interval = <100>;
  80. reset {
  81. label = "reset";
  82. gpios = <&gpio 14 0>;
  83. linux,code = <0x198>;
  84. };
  85. };
  86. gpio_export {
  87. compatible = "gpio-export";
  88. #size-cells = <0>;
  89. switch {
  90. gpio-export,name = "switch";
  91. gpio-export,output = <1>;
  92. gpios = <&gpio 19 0>;
  93. };
  94. };
  95. };