Lines Matching +full:peripheral +full:- +full:syscon
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/hisilicon,hix5hd2-sata-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jiancheng Xue <xuejiancheng@huawei.com>
14 const: hisilicon,hix5hd2-sata-phy
19 '#phy-cells':
22 hisilicon,peripheral-syscon:
23 description: Phandle of syscon used to control peripheral
26 hisilicon,power-reg:
27 … description: Offset and bit number within peripheral-syscon register controlling SATA power supply
28 $ref: /schemas/types.yaml#/definitions/uint32-array
30 - description: Offset within peripheral-syscon register
31 - description: Bit number controlling SATA power supply
34 - compatible
35 - reg
36 - '#phy-cells'
41 - |
43 compatible = "hisilicon,hix5hd2-sata-phy";
45 #phy-cells = <0>;
46 hisilicon,peripheral-syscon = <&peripheral_ctrl>;
47 hisilicon,power-reg = <0x8 10>;