axc001.dtsi (c95baf12f5077419db01313ab61c2aac007d40cd) axc001.dtsi (05b1be68c4d6d76970025e6139bfd735c2256ee5)
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com)
4 */
5
6/*
7 * Device tree for AXC001 770D/EM6/AS221 CPU card
8 * Note that this file only supports the 770D CPU

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

86 * and here we mimic direct connection from MB INTC to
87 * CPU INTC, thus we set "interrupts = <7>" instead of
88 * "interrupts = <12>"
89 *
90 * This intc actually resides on MB, but we move it here to
91 * avoid duplicating the MB dtsi file given that IRQ from
92 * this intc to cpu intc are different for axs101 and axs103
93 */
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com)
4 */
5
6/*
7 * Device tree for AXC001 770D/EM6/AS221 CPU card
8 * Note that this file only supports the 770D CPU

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

86 * and here we mimic direct connection from MB INTC to
87 * CPU INTC, thus we set "interrupts = <7>" instead of
88 * "interrupts = <12>"
89 *
90 * This intc actually resides on MB, but we move it here to
91 * avoid duplicating the MB dtsi file given that IRQ from
92 * this intc to cpu intc are different for axs101 and axs103
93 */
94 mb_intc: dw-apb-ictl@e0012000 {
94 mb_intc: interrupt-controller@e0012000 {
95 #interrupt-cells = <1>;
96 compatible = "snps,dw-apb-ictl";
97 reg = < 0x0 0xe0012000 0x0 0x200 >;
98 interrupt-controller;
99 interrupt-parent = <&core_intc>;
100 interrupts = < 7 >;
101 };
102

--- 24 unchanged lines hidden ---
95 #interrupt-cells = <1>;
96 compatible = "snps,dw-apb-ictl";
97 reg = < 0x0 0xe0012000 0x0 0x200 >;
98 interrupt-controller;
99 interrupt-parent = <&core_intc>;
100 interrupts = < 7 >;
101 };
102

--- 24 unchanged lines hidden ---