Searched +full:imxrt1050 +full:- +full:ccm (Results 1 – 4 of 4) sorted by relevance
1 # 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.h20 const: fsl,imxrt1050-ccm32 clock-names:35 '#clock-cells':[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"85 Build the driver for i.MX8MP CCM Clock Driver88 tristate "IMX8MQ CCM Clock Driver"92 Build the driver for i.MX8MQ CCM Clock Driver103 tristate "IMX8ULP CCM Clock Driver"[all …]
1 // 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 …]
1 // 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 …]