Searched +full:imx8mm +full:- +full:ccm (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/clock/imx8m-clock.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Abel Vesa <abelvesa@kernel.org>11 - Peng Fan <peng.fan@nxp.com>20 - fsl,imx8mm-ccm21 - fsl,imx8mn-ccm22 - fsl,imx8mp-ccm23 - fsl,imx8mq-ccm[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/fsl,imx8m-anatop.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Peng Fan <peng.fan@nxp.com>13 NXP i.MX8M Family anatop PLL module which generates PLL to CCM root.18 - enum:19 - fsl,imx8mm-anatop20 - fsl,imx8mq-anatop21 - items:[all …]
1 # SPDX-License-Identifier: GPL-2.067 tristate "IMX8MM CCM Clock Driver"71 Build the driver for i.MX8MM CCM Clock Driver74 tristate "IMX8MN CCM Clock Driver"78 Build the driver for i.MX8MN CCM Clock Driver81 tristate "IMX8MP CCM Clock Driver"86 Build the driver for i.MX8MP CCM Clock Driver89 tristate "IMX8MQ CCM Clock Driver"93 Build the driver for i.MX8MQ CCM Clock Driver105 tristate "IMX8ULP CCM Clock Driver"[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright 2017-2018 NXP.6 #include <dt-bindings/clock/imx8mm-clock.h>7 #include <linux/clk-provider.h>38 /* CCM ROOT */301 struct device *dev = &pdev->dev; in imx8mm_clocks_probe()302 struct device_node *np = dev->of_node; in imx8mm_clocks_probe()309 return -ENOMEM; in imx8mm_clocks_probe()311 clk_hw_data->num = IMX8MM_CLK_END; in imx8mm_clocks_probe()312 hws = clk_hw_data->hws; in imx8mm_clocks_probe()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx8mn-clock.h>7 #include <dt-bindings/power/imx8mn-power.h>8 #include <dt-bindings/reset/imx8mq-reset.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/thermal/thermal.h>14 #include "imx8mn-pinfunc.h"17 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx8mp-clock.h>7 #include <dt-bindings/power/imx8mp-power.h>8 #include <dt-bindings/reset/imx8mp-reset.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/interconnect/fsl,imx8mp.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/thermal/thermal.h>15 #include "imx8mp-pinfunc.h"[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT6 #include <dt-bindings/clock/imx7d-clock.h>7 #include <dt-bindings/power/imx7-power.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/reset/imx7-reset.h>12 #include "imx7d-pinfunc.h"15 #address-cells = <1>;16 #size-cells = <1>;[all …]