Lines Matching +full:aux +full:- +full:bus

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/toshiba,visconti-pcie.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
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)
30 reg-names:
32 - const: dbi
33 - const: config
34 - const: ulreg
35 - const: smu
36 - const: mpu
43 - description: PCIe reference clock
44 - description: PCIe system clock
45 - description: Auxiliary clock
47 clock-names:
49 - const: ref
50 - const: core
51 - const: aux
53 num-lanes:
57 - reg
58 - reg-names
59 - interrupts
60 - "#interrupt-cells"
61 - interrupt-map
62 - interrupt-map-mask
63 - num-lanes
64 - clocks
65 - clock-names
66 - max-link-speed
71 - |
72 #include <dt-bindings/interrupt-controller/irq.h>
73 #include <dt-bindings/interrupt-controller/arm-gic.h>
76 #address-cells = <2>;
77 #size-cells = <2>;
80 compatible = "toshiba,visconti-pcie";
86 reg-names = "dbi", "config", "ulreg", "smu", "mpu";
88 bus-range = <0x00 0xff>;
89 num-lanes = <2>;
90 num-viewport = <8>;
92 #address-cells = <3>;
93 #size-cells = <2>;
94 #interrupt-cells = <1>;
99 interrupt-names = "msi", "intr";
100 interrupt-map-mask = <0 0 0 7>;
101 interrupt-map =
107 clock-names = "ref", "core", "aux";
108 max-link-speed = <2>;