Searched +full:imx8qxp +full:- +full:lpcg +full:- +full:conn (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/imx8qxp-lpcg.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: NXP i.MX8QXP LPCG (Low-Power Clock Gating) Clock bindings10 - Aisheng Dong <aisheng.dong@nxp.com>13 The Low-Power Clock Gate (LPCG) modules contain a local programming14 model to control the clock gates for the peripherals. An LPCG module24 include/dt-bindings/clock/imx8-clock.h29 - fsl,imx8qxp-lpcg-adma[all …]
1 // SPDX-License-Identifier: GPL-2.0+7 #include <linux/clk-provider.h>16 #include "clk-scu.h"17 #include "clk-imx8qxp-lpcg.h"19 #include <dt-bindings/clock/imx8-clock.h>22 * struct imx8qxp_lpcg_data - Description of one LPCG clock27 * @offset: offset of this LPCG clock28 * @bit_idx: bit index of this LPCG clock31 * This structure describes one LPCG clock44 * struct imx8qxp_ss_lpcg - Description of one subsystem LPCG clocks[all …]
1 // SPDX-License-Identifier: GPL-2.0+4 * Copyright 2017-2018 NXP8 #include <dt-bindings/clock/imx8-clock.h>9 #include <dt-bindings/firmware/imx/rsrc.h>10 #include <dt-bindings/gpio/gpio.h>11 #include <dt-bindings/input/input.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/pinctrl/pads-imx8qxp.h>14 #include <dt-bindings/thermal/thermal.h>17 interrupt-parent = <&gic>;[all …]