xref: /freebsd/sys/contrib/device-tree/Bindings/phy/brcm,ns2-pcie-phy.yaml (revision 8bab661a3316d8bd9b9fbd11a3b4371b91507bd2)
1e67e8565SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2e67e8565SEmmanuel Vadot%YAML 1.2
3e67e8565SEmmanuel Vadot---
4e67e8565SEmmanuel Vadot$id: http://devicetree.org/schemas/phy/brcm,ns2-pcie-phy.yaml#
5e67e8565SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6e67e8565SEmmanuel Vadot
7*8bab661aSEmmanuel Vadottitle: Broadcom NS2 PCIe PHY
8e67e8565SEmmanuel Vadot
9e67e8565SEmmanuel Vadotmaintainers:
10e67e8565SEmmanuel Vadot  - Ray Jui <ray.jui@broadcom.com>
11e67e8565SEmmanuel Vadot  - Scott Branden <scott.branden@broadcom.com>
12e67e8565SEmmanuel Vadot
13e67e8565SEmmanuel Vadotproperties:
14e67e8565SEmmanuel Vadot  compatible:
15e67e8565SEmmanuel Vadot    const: brcm,ns2-pcie-phy
16e67e8565SEmmanuel Vadot
17e67e8565SEmmanuel Vadot  reg:
18e67e8565SEmmanuel Vadot    maxItems: 1
19e67e8565SEmmanuel Vadot
20e67e8565SEmmanuel Vadot  "#phy-cells":
21e67e8565SEmmanuel Vadot    const: 0
22e67e8565SEmmanuel Vadot
23e67e8565SEmmanuel Vadotrequired:
24e67e8565SEmmanuel Vadot  - compatible
25e67e8565SEmmanuel Vadot  - reg
26e67e8565SEmmanuel Vadot  - "#phy-cells"
27e67e8565SEmmanuel Vadot
28e67e8565SEmmanuel VadotadditionalProperties: false
29e67e8565SEmmanuel Vadot
30e67e8565SEmmanuel Vadotexamples:
31e67e8565SEmmanuel Vadot  - |
32e67e8565SEmmanuel Vadot    mdio {
33e67e8565SEmmanuel Vadot       #address-cells = <1>;
34e67e8565SEmmanuel Vadot       #size-cells = <0>;
35e67e8565SEmmanuel Vadot
36e67e8565SEmmanuel Vadot       pci-phy@0 {
37e67e8565SEmmanuel Vadot          compatible = "brcm,ns2-pcie-phy";
38e67e8565SEmmanuel Vadot          reg = <0x0>;
39e67e8565SEmmanuel Vadot          #phy-cells = <0>;
40e67e8565SEmmanuel Vadot       };
41e67e8565SEmmanuel Vadot    };
42