Lines Matching +full:npcm750 +full:- +full:gcr
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/reset/nuvoton,npcm750-reset.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Tomer Maimon <tmaimon77@gmail.com>
15 - nuvoton,npcm750-reset # Poleg NPCM7XX SoC
16 - nuvoton,npcm845-reset # Arbel NPCM8XX SoC
21 '#reset-cells':
26 description: a phandle to access GCR registers.
28 nuvoton,sw-reset-number:
37 - compatible
38 - reg
39 - '#reset-cells'
40 - nuvoton,sysgcr
45 - |
46 #include <dt-bindings/reset/nuvoton,npcm7xx-reset.h>
48 compatible = "nuvoton,npcm750-reset";
50 #reset-cells = <2>;
51 nuvoton,sysgcr = <&gcr>;
52 nuvoton,sw-reset-number = <2>;