Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/devicetree/bindings/clock/
Dimxrt1050-clock.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/imxrt1050-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Giulio Benetti <giulio.benetti@benettiengineering.com>
11 - Jesse Taube <Mr.Bossman075@gmail.com>
15 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imxrt*-clock.h
20 const: fsl,imxrt1050-ccm
32 clock-names:
35 '#clock-cells':
[all …]
/Linux-v6.6/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"
85 Build the driver for i.MX8MP CCM Clock Driver
88 tristate "IMX8MQ CCM Clock Driver"
92 Build the driver for i.MX8MQ CCM Clock Driver
103 tristate "IMX8ULP CCM Clock Driver"
[all …]
Dclk-imxrt1050.c1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
12 #include <dt-bindings/clock/imxrt1050-clock.h>
40 struct device *dev = &pdev->dev; in imxrt1050_clocks_probe()
41 struct device_node *np = dev->of_node; in imxrt1050_clocks_probe()
48 return -ENOMEM; in imxrt1050_clocks_probe()
50 clk_hw_data->num = IMXRT1050_CLK_END; in imxrt1050_clocks_probe()
51 hws = clk_hw_data->hws; in imxrt1050_clocks_probe()
55 anp = of_find_compatible_node(NULL, NULL, "fsl,imxrt-anatop"); in imxrt1050_clocks_probe()
107 /* CCM clocks */ in imxrt1050_clocks_probe()
165 { .compatible = "fsl,imxrt1050-ccm" },
[all …]
/Linux-v6.6/arch/arm/boot/dts/nxp/imx/
Dimxrt1050.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 #include "../../armv7-m.dtsi"
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include <dt-bindings/clock/imxrt1050-clock.h>
10 #include <dt-bindings/gpio/gpio.h>
13 #address-cells = <1>;
14 #size-cells = <1>;
18 compatible = "fixed-clock";
19 #clock-cells = <0>;
20 clock-frequency = <24000000>;
[all …]