Lines Matching +full:plic +full:- +full:1
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
2 /* Copyright (c) 2020-2022 Microchip Technology Inc */
5 fabric_clk3: fabric-clk3 {
6 compatible = "fixed-clock";
7 #clock-cells = <0>;
8 clock-frequency = <62500000>;
11 fabric_clk1: fabric-clk1 {
12 compatible = "fixed-clock";
13 #clock-cells = <0>;
14 clock-frequency = <125000000>;
18 compatible = "microchip,pcie-host-1.0";
19 #address-cells = <0x3>;
20 #interrupt-cells = <0x1>;
21 #size-cells = <0x2>;
24 reg-names = "cfg", "apb";
25 bus-range = <0x0 0x7f>;
26 interrupt-parent = <&plic>;
28 interrupt-map = <0 0 0 1 &pcie_intc 0>,
29 <0 0 0 2 &pcie_intc 1>,
32 interrupt-map-mask = <0 0 0 7>;
34 clock-names = "fic0", "fic3";
36 msi-parent = <&pcie>;
37 msi-controller;
39 pcie_intc: interrupt-controller {
40 #address-cells = <0>;
41 #interrupt-cells = <1>;
42 interrupt-controller;