bcm7358.dtsi 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. / {
  2. #address-cells = <1>;
  3. #size-cells = <1>;
  4. compatible = "brcm,bcm7358";
  5. cpus {
  6. #address-cells = <1>;
  7. #size-cells = <0>;
  8. mips-hpt-frequency = <375000000>;
  9. cpu@0 {
  10. compatible = "brcm,bmips3300";
  11. device_type = "cpu";
  12. reg = <0>;
  13. };
  14. };
  15. aliases {
  16. uart0 = &uart0;
  17. uart1 = &uart1;
  18. uart2 = &uart2;
  19. };
  20. cpu_intc: cpu_intc {
  21. #address-cells = <0>;
  22. compatible = "mti,cpu-interrupt-controller";
  23. interrupt-controller;
  24. #interrupt-cells = <1>;
  25. };
  26. clocks {
  27. uart_clk: uart_clk {
  28. compatible = "fixed-clock";
  29. #clock-cells = <0>;
  30. clock-frequency = <81000000>;
  31. };
  32. };
  33. rdb {
  34. #address-cells = <1>;
  35. #size-cells = <1>;
  36. compatible = "simple-bus";
  37. ranges = <0 0x10000000 0x01000000>;
  38. periph_intc: periph_intc@411400 {
  39. compatible = "brcm,bcm7038-l1-intc";
  40. reg = <0x411400 0x30>;
  41. interrupt-controller;
  42. #interrupt-cells = <1>;
  43. interrupt-parent = <&cpu_intc>;
  44. interrupts = <2>;
  45. };
  46. sun_l2_intc: sun_l2_intc@403000 {
  47. compatible = "brcm,l2-intc";
  48. reg = <0x403000 0x30>;
  49. interrupt-controller;
  50. #interrupt-cells = <1>;
  51. interrupt-parent = <&periph_intc>;
  52. interrupts = <48>;
  53. };
  54. gisb-arb@400000 {
  55. compatible = "brcm,bcm7400-gisb-arb";
  56. reg = <0x400000 0xdc>;
  57. native-endian;
  58. interrupt-parent = <&sun_l2_intc>;
  59. interrupts = <0>, <2>;
  60. brcm,gisb-arb-master-mask = <0x2f3>;
  61. brcm,gisb-arb-master-names = "ssp_0", "cpu_0", "bsp_0",
  62. "rdc_0", "raaga_0",
  63. "avd_0", "jtag_0";
  64. };
  65. upg_irq0_intc: upg_irq0_intc@406600 {
  66. compatible = "brcm,bcm7120-l2-intc";
  67. reg = <0x406600 0x8>;
  68. brcm,int-map-mask = <0x44>;
  69. brcm,int-fwd-mask = <0x70000>;
  70. interrupt-controller;
  71. #interrupt-cells = <1>;
  72. interrupt-parent = <&periph_intc>;
  73. interrupts = <56>;
  74. };
  75. sun_top_ctrl: syscon@404000 {
  76. compatible = "brcm,bcm7358-sun-top-ctrl", "syscon";
  77. reg = <0x404000 0x51c>;
  78. little-endian;
  79. };
  80. reboot {
  81. compatible = "brcm,brcmstb-reboot";
  82. syscon = <&sun_top_ctrl 0x304 0x308>;
  83. };
  84. uart0: serial@406800 {
  85. compatible = "ns16550a";
  86. reg = <0x406800 0x20>;
  87. reg-io-width = <0x4>;
  88. reg-shift = <0x2>;
  89. native-endian;
  90. interrupt-parent = <&periph_intc>;
  91. interrupts = <61>;
  92. clocks = <&uart_clk>;
  93. status = "disabled";
  94. };
  95. uart1: serial@406840 {
  96. compatible = "ns16550a";
  97. reg = <0x406840 0x20>;
  98. reg-io-width = <0x4>;
  99. reg-shift = <0x2>;
  100. native-endian;
  101. interrupt-parent = <&periph_intc>;
  102. interrupts = <62>;
  103. clocks = <&uart_clk>;
  104. status = "disabled";
  105. };
  106. uart2: serial@406880 {
  107. compatible = "ns16550a";
  108. reg = <0x406880 0x20>;
  109. reg-io-width = <0x4>;
  110. reg-shift = <0x2>;
  111. native-endian;
  112. interrupt-parent = <&periph_intc>;
  113. interrupts = <63>;
  114. clocks = <&uart_clk>;
  115. status = "disabled";
  116. };
  117. enet0: ethernet@430000 {
  118. phy-mode = "internal";
  119. phy-handle = <&phy1>;
  120. mac-address = [ 00 10 18 36 23 1a ];
  121. compatible = "brcm,genet-v2";
  122. #address-cells = <0x1>;
  123. #size-cells = <0x1>;
  124. reg = <0x430000 0x4c8c>;
  125. interrupts = <24>, <25>;
  126. interrupt-parent = <&periph_intc>;
  127. status = "disabled";
  128. mdio@e14 {
  129. compatible = "brcm,genet-mdio-v2";
  130. #address-cells = <0x1>;
  131. #size-cells = <0x0>;
  132. reg = <0xe14 0x8>;
  133. phy1: ethernet-phy@1 {
  134. max-speed = <100>;
  135. reg = <0x1>;
  136. compatible = "brcm,40nm-ephy",
  137. "ethernet-phy-ieee802.3-c22";
  138. };
  139. };
  140. };
  141. ehci0: usb@480300 {
  142. compatible = "brcm,bcm7358-ehci", "generic-ehci";
  143. reg = <0x480300 0x100>;
  144. native-endian;
  145. interrupt-parent = <&periph_intc>;
  146. interrupts = <65>;
  147. status = "disabled";
  148. };
  149. ohci0: usb@480400 {
  150. compatible = "brcm,bcm7358-ohci", "generic-ohci";
  151. reg = <0x480400 0x100>;
  152. native-endian;
  153. no-big-frame-no;
  154. interrupt-parent = <&periph_intc>;
  155. interrupts = <66>;
  156. status = "disabled";
  157. };
  158. };
  159. };