Lines Matching +full:syscon +full:- +full:pcie +full:- +full:ctrl
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/imx/fsl,imx8mp-hsio-blk-ctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP i.MX8MP HSIO blk-ctrl
10 - Lucas Stach <l.stach@pengutronix.de>
13 The i.MX8MP HSIO blk-ctrl is a top-level peripheral providing access to
14 the NoC and ensuring proper power sequencing of the high-speed IO
15 (USB an PCIe) peripherals located in the HSIO domain of the SoC.
20 - const: fsl,imx8mp-hsio-blk-ctrl
21 - const: syscon
26 '#power-domain-cells':
29 power-domains:
33 power-domain-names:
35 - const: bus
36 - const: usb
37 - const: usb-phy1
38 - const: usb-phy2
39 - const: pcie
40 - const: pcie-phy
46 clock-names:
48 - const: usb
49 - const: pcie
54 interconnect-names:
56 - const: noc-pcie
57 - const: usb1
58 - const: usb2
59 - const: pcie
62 - compatible
63 - reg
64 - power-domains
65 - power-domain-names
66 - clocks
67 - clock-names
72 - |
73 #include <dt-bindings/clock/imx8mp-clock.h>
74 #include <dt-bindings/power/imx8mp-power.h>
76 hsio_blk_ctrl: blk-ctrl@32f10000 {
77 compatible = "fsl,imx8mp-hsio-blk-ctrl", "syscon";
81 clock-names = "usb", "pcie";
82 power-domains = <&pgc_hsiomix>, <&pgc_hsiomix>,
85 power-domain-names = "bus", "usb", "usb-phy1",
86 "usb-phy2", "pcie", "pcie-phy";
87 #power-domain-cells = <1>;