brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · 5c77c49 Raw
47 lines · yaml
1# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause2%YAML 1.23---4$id: http://devicetree.org/schemas/soc/hisilicon/hisilicon,hi3660-usb3-otg-bc.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Hisilicon Kirin 960 USB OTG Battery Charging Syscon8 9maintainers:10  - Mauro Carvalho Chehab <mchehab+huawei@kernel.org>11 12properties:13  compatible:14    items:15      - const: hisilicon,hi3660-usb3-otg-bc16      - const: syscon17      - const: simple-mfd18 19  reg:20    maxItems: 121 22  usb-phy:23    $ref: /schemas/phy/hisilicon,hi3660-usb3.yaml24    description: USB Phy node25 26required:27  - compatible28  - reg29  - usb-phy30 31additionalProperties: false32 33examples:34  - |35    syscon@ff200000 {36        compatible = "hisilicon,hi3660-usb3-otg-bc", "syscon", "simple-mfd";37        reg = <0xff200000 0x1000>;38 39        usb-phy {40            compatible = "hisilicon,hi3660-usb-phy";41            #phy-cells = <0>;42            hisilicon,pericrg-syscon = <&crg_ctrl>;43            hisilicon,pctrl-syscon = <&pctrl>;44            hisilicon,eye-diagram-param = <0x22466e4>;45        };46    };47