| # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause |
| $id: http://devicetree.org/schemas/phy/samsung,exynos-pcie-phy.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Samsung SoC series PCIe PHY |
| - Marek Szyprowski <m.szyprowski@samsung.com> |
| - Jaehoon Chung <jh80.chung@samsung.com> |
| const: samsung,exynos5433-pcie-phy |
| $ref: /schemas/types.yaml#/definitions/phandle |
| description: phandle for PMU system controller interface, used to |
| control PMU registers bits for PCIe PHY |
| $ref: /schemas/types.yaml#/definitions/phandle |
| description: phandle for FSYS sysreg interface, used to control |
| sysreg registers bits for PCIe PHY |
| additionalProperties: false |
| pcie_phy: pcie-phy@15680000 { |
| compatible = "samsung,exynos5433-pcie-phy"; |
| reg = <0x15680000 0x1000>; |
| samsung,pmu-syscon = <&pmu_system_controller>; |
| samsung,fsys-sysreg = <&syscon_fsys>; |