1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/pci/toshiba,visconti-pcie.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Toshiba Visconti5 SoC PCIe Host Controller
10 - Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
13 Toshiba Visconti5 SoC PCIe host controller is based on the Synopsys DesignWare PCIe IP.
16 - $ref: /schemas/pci/snps,dw-pcie.yaml#
20 const: toshiba,visconti-pcie
24 - description: Data Bus Interface (DBI) registers.
25 - description: PCIe configuration space region.
26 - description: Visconti specific additional registers.
27 - description: Visconti specific SMU registers
28 - description: Visconti specific memory protection unit registers (MPU)
43 - description: PCIe reference clock
44 - description: PCIe system clock
45 - description: Auxiliary clock
68 unevaluatedProperties: false
72 #include <dt-bindings/interrupt-controller/irq.h>
73 #include <dt-bindings/interrupt-controller/arm-gic.h>
80 compatible = "toshiba,visconti-pcie";
81 reg = <0x0 0x28400000 0x0 0x00400000>,
82 <0x0 0x70000000 0x0 0x10000000>,
83 <0x0 0x28050000 0x0 0x00010000>,
84 <0x0 0x24200000 0x0 0x00002000>,
85 <0x0 0x24162000 0x0 0x00001000>;
86 reg-names = "dbi", "config", "ulreg", "smu", "mpu";
88 bus-range = <0x00 0xff>;
94 #interrupt-cells = <1>;
95 ranges = <0x81000000 0 0x40000000 0 0x40000000 0 0x00010000>,
96 <0x82000000 0 0x50000000 0 0x50000000 0 0x20000000>;
97 interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>,
98 <GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>;
99 interrupt-names = "msi", "intr";
100 interrupt-map-mask = <0 0 0 7>;
102 <0 0 0 1 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH
103 0 0 0 2 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH
104 0 0 0 3 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH
105 0 0 0 4 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>;
106 clocks = <&extclk100mhz>, <&clk600mhz>, <&clk25mhz>;
107 clock-names = "ref", "core", "aux";
108 max-link-speed = <2>;