bcm7360.dtsi (7bbe59ddbb9fae90eef0248416976d4e5f6b1a2d) bcm7360.dtsi (c707844d4b876f74f2adf036f98f6787d76d2905)
1/ {
2 #address-cells = <1>;
3 #size-cells = <1>;
4 compatible = "brcm,bcm7360";
5
6 cpus {
7 #address-cells = <1>;
8 #size-cells = <0>;

--- 194 unchanged lines hidden (view full) ---

203 pwma: pwm@406400 {
204 compatible = "brcm,bcm7038-pwm";
205 reg = <0x406400 0x28>;
206 #pwm-cells = <2>;
207 clocks = <&upg_clk>;
208 status = "disabled";
209 };
210
1/ {
2 #address-cells = <1>;
3 #size-cells = <1>;
4 compatible = "brcm,bcm7360";
5
6 cpus {
7 #address-cells = <1>;
8 #size-cells = <0>;

--- 194 unchanged lines hidden (view full) ---

203 pwma: pwm@406400 {
204 compatible = "brcm,bcm7038-pwm";
205 reg = <0x406400 0x28>;
206 #pwm-cells = <2>;
207 clocks = <&upg_clk>;
208 status = "disabled";
209 };
210
211 aon_pm_l2_intc: interrupt-controller@408440 {
212 compatible = "brcm,l2-intc";
213 reg = <0x408440 0x30>;
214 interrupt-controller;
215 #interrupt-cells = <1>;
216 interrupt-parent = <&periph_intc>;
217 interrupts = <50>;
218 brcm,irq-can-wake;
219 };
220
221 upg_gio: gpio@406500 {
222 compatible = "brcm,brcmstb-gpio";
223 reg = <0x406500 0xa0>;
224 #gpio-cells = <2>;
225 #interrupt-cells = <2>;
226 gpio-controller;
227 interrupt-controller;
228 interrupt-parent = <&upg_irq0_intc>;
229 interrupts = <6>;
230 brcm,gpio-bank-widths = <32 32 32 29 4>;
231 };
232
233 upg_gio_aon: gpio@408c00 {
234 compatible = "brcm,brcmstb-gpio";
235 reg = <0x408c00 0x60>;
236 #gpio-cells = <2>;
237 #interrupt-cells = <2>;
238 gpio-controller;
239 interrupt-controller;
240 interrupt-parent = <&upg_aon_irq0_intc>;
241 interrupts = <6>;
242 interrupts-extended = <&upg_aon_irq0_intc 6>,
243 <&aon_pm_l2_intc 5>;
244 wakeup-source;
245 brcm,gpio-bank-widths = <21 32 2>;
246 };
247
211 enet0: ethernet@430000 {
212 phy-mode = "internal";
213 phy-handle = <&phy1>;
214 mac-address = [ 00 10 18 36 23 1a ];
215 compatible = "brcm,genet-v2";
216 #address-cells = <0x1>;
217 #size-cells = <0x1>;
218 reg = <0x430000 0x4c8c>;

--- 79 unchanged lines hidden ---
248 enet0: ethernet@430000 {
249 phy-mode = "internal";
250 phy-handle = <&phy1>;
251 mac-address = [ 00 10 18 36 23 1a ];
252 compatible = "brcm,genet-v2";
253 #address-cells = <0x1>;
254 #size-cells = <0x1>;
255 reg = <0x430000 0x4c8c>;

--- 79 unchanged lines hidden ---