18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 28c2ecf20Sopenharmony_ci%YAML 1.2 38c2ecf20Sopenharmony_ci--- 48c2ecf20Sopenharmony_ci$id: http://devicetree.org/schemas/phy/calxeda-combophy.yaml# 58c2ecf20Sopenharmony_ci$schema: http://devicetree.org/meta-schemas/core.yaml# 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_cititle: Calxeda Highbank Combination PHYs binding for SATA 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_cidescription: | 108c2ecf20Sopenharmony_ci The Calxeda Combination PHYs connect the SoC to the internal fabric 118c2ecf20Sopenharmony_ci and to SATA connectors. The PHYs support multiple protocols (SATA, 128c2ecf20Sopenharmony_ci SGMII, PCIe) and can be assigned to different devices (SATA or XGMAC 138c2ecf20Sopenharmony_ci controller). 148c2ecf20Sopenharmony_ci Programming the PHYs is typically handled by those device drivers, 158c2ecf20Sopenharmony_ci not by a dedicated PHY driver. 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_cimaintainers: 188c2ecf20Sopenharmony_ci - Andre Przywara <andre.przywara@arm.com> 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ciproperties: 218c2ecf20Sopenharmony_ci compatible: 228c2ecf20Sopenharmony_ci const: calxeda,hb-combophy 238c2ecf20Sopenharmony_ci 248c2ecf20Sopenharmony_ci '#phy-cells': 258c2ecf20Sopenharmony_ci const: 1 268c2ecf20Sopenharmony_ci 278c2ecf20Sopenharmony_ci reg: 288c2ecf20Sopenharmony_ci maxItems: 1 298c2ecf20Sopenharmony_ci 308c2ecf20Sopenharmony_ci phydev: 318c2ecf20Sopenharmony_ci description: device ID for programming the ComboPHY. 328c2ecf20Sopenharmony_ci $ref: /schemas/types.yaml#/definitions/uint32 338c2ecf20Sopenharmony_ci maximum: 31 348c2ecf20Sopenharmony_ci 358c2ecf20Sopenharmony_cirequired: 368c2ecf20Sopenharmony_ci - compatible 378c2ecf20Sopenharmony_ci - reg 388c2ecf20Sopenharmony_ci - phydev 398c2ecf20Sopenharmony_ci - '#phy-cells' 408c2ecf20Sopenharmony_ci 418c2ecf20Sopenharmony_ciadditionalProperties: false 428c2ecf20Sopenharmony_ci 438c2ecf20Sopenharmony_ciexamples: 448c2ecf20Sopenharmony_ci - | 458c2ecf20Sopenharmony_ci combophy5: combo-phy@fff5d000 { 468c2ecf20Sopenharmony_ci compatible = "calxeda,hb-combophy"; 478c2ecf20Sopenharmony_ci #phy-cells = <1>; 488c2ecf20Sopenharmony_ci reg = <0xfff5d000 0x1000>; 498c2ecf20Sopenharmony_ci phydev = <31>; 508c2ecf20Sopenharmony_ci }; 51