15def4c47SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 25def4c47SEmmanuel Vadot%YAML 1.2 35def4c47SEmmanuel Vadot--- 45def4c47SEmmanuel Vadot$id: http://devicetree.org/schemas/phy/samsung,exynos-pcie-phy.yaml# 55def4c47SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 65def4c47SEmmanuel Vadot 77ef62cebSEmmanuel Vadottitle: Samsung SoC series PCIe PHY 85def4c47SEmmanuel Vadot 95def4c47SEmmanuel Vadotmaintainers: 105def4c47SEmmanuel Vadot - Marek Szyprowski <m.szyprowski@samsung.com> 115def4c47SEmmanuel Vadot - Jaehoon Chung <jh80.chung@samsung.com> 125def4c47SEmmanuel Vadot 135def4c47SEmmanuel Vadotproperties: 145def4c47SEmmanuel Vadot "#phy-cells": 155def4c47SEmmanuel Vadot const: 0 165def4c47SEmmanuel Vadot 175def4c47SEmmanuel Vadot compatible: 185def4c47SEmmanuel Vadot const: samsung,exynos5433-pcie-phy 195def4c47SEmmanuel Vadot 205def4c47SEmmanuel Vadot reg: 215def4c47SEmmanuel Vadot maxItems: 1 225def4c47SEmmanuel Vadot 235def4c47SEmmanuel Vadot samsung,pmu-syscon: 24*fac71e4eSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/phandle 255def4c47SEmmanuel Vadot description: phandle for PMU system controller interface, used to 265def4c47SEmmanuel Vadot control PMU registers bits for PCIe PHY 275def4c47SEmmanuel Vadot 285def4c47SEmmanuel Vadot samsung,fsys-sysreg: 29*fac71e4eSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/phandle 305def4c47SEmmanuel Vadot description: phandle for FSYS sysreg interface, used to control 315def4c47SEmmanuel Vadot sysreg registers bits for PCIe PHY 325def4c47SEmmanuel Vadot 335def4c47SEmmanuel Vadotrequired: 345def4c47SEmmanuel Vadot - "#phy-cells" 355def4c47SEmmanuel Vadot - compatible 365def4c47SEmmanuel Vadot - reg 375def4c47SEmmanuel Vadot - samsung,pmu-syscon 385def4c47SEmmanuel Vadot - samsung,fsys-sysreg 395def4c47SEmmanuel Vadot 405def4c47SEmmanuel VadotadditionalProperties: false 415def4c47SEmmanuel Vadot 425def4c47SEmmanuel Vadotexamples: 435def4c47SEmmanuel Vadot - | 445def4c47SEmmanuel Vadot pcie_phy: pcie-phy@15680000 { 455def4c47SEmmanuel Vadot compatible = "samsung,exynos5433-pcie-phy"; 465def4c47SEmmanuel Vadot reg = <0x15680000 0x1000>; 475def4c47SEmmanuel Vadot samsung,pmu-syscon = <&pmu_system_controller>; 485def4c47SEmmanuel Vadot samsung,fsys-sysreg = <&syscon_fsys>; 495def4c47SEmmanuel Vadot #phy-cells = <0>; 505def4c47SEmmanuel Vadot }; 515def4c47SEmmanuel Vadot... 52