Home
last modified time | relevance | path

Searched +full:imx93 +full:- +full:ccm (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/clock/
Dimx93-clock.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/imx93-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Peng Fan <peng.fan@nxp.com>
19 - fsl,imx91-ccm
20 - fsl,imx93-ccm
27 specify the external clocks used by the CCM module.
29 - description: 32k osc
30 - description: 24m osc
[all …]
/linux-6.15/drivers/clk/imx/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
67 tristate "IMX8MM CCM Clock Driver"
71 Build the driver for i.MX8MM CCM Clock Driver
74 tristate "IMX8MN CCM Clock Driver"
78 Build the driver for i.MX8MN CCM Clock Driver
81 tristate "IMX8MP CCM Clock Driver"
86 Build the driver for i.MX8MP CCM Clock Driver
89 tristate "IMX8MQ CCM Clock Driver"
93 Build the driver for i.MX8MQ CCM Clock Driver
105 tristate "IMX8ULP CCM Clock Driver"
[all …]
Dclk-imx93.c1 // SPDX-License-Identifier: GPL-2.0
6 #include <linux/clk-provider.h>
14 #include <dt-bindings/clock/imx93-clock.h>
276 struct device *dev = &pdev->dev; in imx93_clocks_probe()
277 struct device_node *np = dev->of_node; in imx93_clocks_probe()
282 const unsigned long plat = (unsigned long)device_get_match_data(&pdev->dev); in imx93_clocks_probe()
287 return -ENOMEM; in imx93_clocks_probe()
289 clk_hw_data->num = IMX93_CLK_END; in imx93_clocks_probe()
290 clks = clk_hw_data->hws; in imx93_clocks_probe()
307 np = of_find_compatible_node(NULL, NULL, "fsl,imx93-anatop"); in imx93_clocks_probe()
[all …]
/linux-6.15/arch/arm64/boot/dts/freescale/
Dimx93.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include <dt-bindings/clock/imx93-clock.h>
7 #include <dt-bindings/dma/fsl-edma.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/power/fsl,imx93-power.h>
12 #include <dt-bindings/thermal/thermal.h>
14 #include "imx93-pinfunc.h"
17 interrupt-parent = <&gic>;
[all …]