linux-loongson/Documentation/devicetree/bindings/phy/rockchip,rk3399-pcie-phy.yaml
Rob Herring (Arm) 1d6fc048b8 dt-bindings: phy: rockchip: Convert RK3399 PCIe PHY to schema
Convert the Rockchip RK3399 PCIe PHY to DT schema format. Move the
example to the GRF binding as that has the complete block.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20250415011824.2320039-1-robh@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2025-05-14 11:16:28 +01:00

46 lines
701 B
YAML

# SPDX-License-Identifier: GPL-2.0
%YAML 1.2
---
$id: http://devicetree.org/schemas/phy/rockchip,rk3399-pcie-phy.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Rockchip RK3399 PCIE PHY
maintainers:
- Heiko Stuebner <heiko@sntech.de>
properties:
compatible:
const: rockchip,rk3399-pcie-phy
'#phy-cells':
oneOf:
- const: 0
deprecated: true
- const: 1
description: One lane per phy mode
clocks:
maxItems: 1
clock-names:
const: refclk
resets:
maxItems: 1
reset-names:
const: phy
required:
- compatible
- '#phy-cells'
- clocks
- clock-names
- resets
- reset-names
additionalProperties: false
...