hip06.dtsi (cc9b94029e9ef51787af908e9856b1eed314bc00) hip06.dtsi (4d75a171b67ffc3f4dadbd654c9d281091300eb2)
1/**
2 * dts file for Hisilicon D03 Development Board
3 *
4 * Copyright (C) 2016 Hisilicon Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * publishhed by the Free Software Foundation.

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

317 #address-cells = <2>;
318 #size-cells = <2>;
319 ranges;
320
321 usb_ohci: ohci@a7030000 {
322 compatible = "generic-ohci";
323 reg = <0x0 0xa7030000 0x0 0x10000>;
324 interrupt-parent = <&mbigen_usb>;
1/**
2 * dts file for Hisilicon D03 Development Board
3 *
4 * Copyright (C) 2016 Hisilicon Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * publishhed by the Free Software Foundation.

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

317 #address-cells = <2>;
318 #size-cells = <2>;
319 ranges;
320
321 usb_ohci: ohci@a7030000 {
322 compatible = "generic-ohci";
323 reg = <0x0 0xa7030000 0x0 0x10000>;
324 interrupt-parent = <&mbigen_usb>;
325 interrupts = <64 4>;
325 interrupts = <640 4>;
326 dma-coherent;
327 status = "disabled";
328 };
329
330 usb_ehci: ehci@a7020000 {
331 compatible = "generic-ehci";
332 reg = <0x0 0xa7020000 0x0 0x10000>;
333 interrupt-parent = <&mbigen_usb>;
326 dma-coherent;
327 status = "disabled";
328 };
329
330 usb_ehci: ehci@a7020000 {
331 compatible = "generic-ehci";
332 reg = <0x0 0xa7020000 0x0 0x10000>;
333 interrupt-parent = <&mbigen_usb>;
334 interrupts = <65 4>;
334 interrupts = <641 4>;
335 dma-coherent;
336 status = "disabled";
337 };
338
339 peri_c_subctrl: sub_ctrl_c@60000000 {
340 compatible = "hisilicon,peri-subctrl","syscon";
341 reg = <0 0x60000000 0x0 0x10000>;
342 };

--- 330 unchanged lines hidden ---
335 dma-coherent;
336 status = "disabled";
337 };
338
339 peri_c_subctrl: sub_ctrl_c@60000000 {
340 compatible = "hisilicon,peri-subctrl","syscon";
341 reg = <0 0x60000000 0x0 0x10000>;
342 };

--- 330 unchanged lines hidden ---