Lines Matching +full:hi3660 +full:- +full:iomcu
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
16 hi3660 and hi3670 SoCs.
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
32 hisilicon,rst-syscon:
36 '#reset-cells':
47 - compatible
52 - |
53 #include <dt-bindings/interrupt-controller/irq.h>
54 #include <dt-bindings/interrupt-controller/arm-gic.h>
55 #include <dt-bindings/clock/hi3660-clock.h>
57 iomcu: iomcu@ffd7e000 {
58 compatible = "hisilicon,hi3660-iomcu", "syscon";
63 compatible = "hisilicon,hi3660-reset";
64 hisilicon,rst-syscon = <&iomcu>;
65 #reset-cells = <2>;
70 compatible = "snps,designware-i2c";
73 #address-cells = <1>;
74 #size-cells = <0>;
75 clock-frequency = <400000>;
78 pinctrl-names = "default";
79 pinctrl-0 = <&i2c0_pmx_func &i2c0_cfg_func>;