70 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/pci/rockchip,rk3399-pcie-common.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Rockchip AXI PCIe Bridge Common Properties8 9maintainers:10 - Shawn Lin <shawn.lin@rock-chips.com>11 12properties:13 reg:14 maxItems: 215 16 clocks:17 maxItems: 418 19 clock-names:20 items:21 - const: aclk22 - const: aclk-perf23 - const: hclk24 - const: pm25 26 num-lanes:27 maximum: 428 29 phys:30 oneOf:31 - maxItems: 132 - maxItems: 433 34 phy-names:35 oneOf:36 - const: pcie-phy37 - items:38 - const: pcie-phy-039 - const: pcie-phy-140 - const: pcie-phy-241 - const: pcie-phy-342 43 resets:44 maxItems: 745 46 reset-names:47 items:48 - const: core49 - const: mgmt50 - const: mgmt-sticky51 - const: pipe52 - const: pm53 - const: pclk54 - const: aclk55 56required:57 - compatible58 - reg59 - reg-names60 - clocks61 - clock-names62 - phys63 - phy-names64 - resets65 - reset-names66 67additionalProperties: true68 69...70