Lines Matching +full:syscon +full:- +full:phandle
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/reset/hisilicon,hi3660-reset.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Wei Xu <xuwei5@hisilicon.com>
15 The reset controller registers are part of the system-ctl block on
21 - items:
22 - const: hisilicon,hi3660-reset
23 - items:
24 - const: hisilicon,hi3670-reset
25 - const: hisilicon,hi3660-reset
27 hisi,rst-syscon:
29 description: phandle of the reset's syscon, use hisilicon,rst-syscon instead
30 $ref: /schemas/types.yaml#/definitions/phandle
32 hisilicon,rst-syscon:
33 description: phandle of the reset's syscon.
34 $ref: /schemas/types.yaml#/definitions/phandle
36 '#reset-cells':
39 Cell #1 : offset of the reset assert control register from the syscon
47 - compatible
52 - |
54 compatible = "hisilicon,hi3660-reset";
55 hisilicon,rst-syscon = <&iomcu>;
56 #reset-cells = <2>;