1354d7675SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2354d7675SEmmanuel Vadot%YAML 1.2 3354d7675SEmmanuel Vadot--- 4354d7675SEmmanuel Vadot$id: http://devicetree.org/schemas/phy/intel,keembay-phy-usb.yaml# 5354d7675SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6354d7675SEmmanuel Vadot 7*8bab661aSEmmanuel Vadottitle: Intel Keem Bay USB PHY 8354d7675SEmmanuel Vadot 9354d7675SEmmanuel Vadotmaintainers: 10354d7675SEmmanuel Vadot - Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com> 11354d7675SEmmanuel Vadot 12354d7675SEmmanuel Vadotproperties: 13354d7675SEmmanuel Vadot compatible: 14354d7675SEmmanuel Vadot const: intel,keembay-usb-phy 15354d7675SEmmanuel Vadot 16354d7675SEmmanuel Vadot reg: 17354d7675SEmmanuel Vadot items: 18354d7675SEmmanuel Vadot - description: USB APB CPR (clock, power, reset) register 19354d7675SEmmanuel Vadot - description: USB APB slave register 20354d7675SEmmanuel Vadot 21354d7675SEmmanuel Vadot reg-names: 22354d7675SEmmanuel Vadot items: 23354d7675SEmmanuel Vadot - const: cpr-apb-base 24354d7675SEmmanuel Vadot - const: slv-apb-base 25354d7675SEmmanuel Vadot 26354d7675SEmmanuel Vadot '#phy-cells': 27354d7675SEmmanuel Vadot const: 0 28354d7675SEmmanuel Vadot 29354d7675SEmmanuel Vadotrequired: 30354d7675SEmmanuel Vadot - compatible 31354d7675SEmmanuel Vadot - reg 32354d7675SEmmanuel Vadot - '#phy-cells' 33354d7675SEmmanuel Vadot 34354d7675SEmmanuel VadotadditionalProperties: false 35354d7675SEmmanuel Vadot 36354d7675SEmmanuel Vadotexamples: 37354d7675SEmmanuel Vadot - | 38354d7675SEmmanuel Vadot usb-phy@20400000 { 39354d7675SEmmanuel Vadot compatible = "intel,keembay-usb-phy"; 40354d7675SEmmanuel Vadot reg = <0x20400000 0x1c>, 41354d7675SEmmanuel Vadot <0x20480000 0xd0>; 42354d7675SEmmanuel Vadot reg-names = "cpr-apb-base", "slv-apb-base"; 43354d7675SEmmanuel Vadot #phy-cells = <0>; 44354d7675SEmmanuel Vadot }; 45