Searched +full:imx93 +full:- +full:anatop (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | fsl,imx93-anatop.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/fsl,imx93-anatop.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP i.MX93 ANATOP Clock Module 10 - Peng Fan <peng.fan@nxp.com> 13 NXP i.MX93 ANATOP module which contains PLL and OSC to Clock Controller 19 - const: fsl,imx93-anatop 24 '#clock-cells': 28 - compatible [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | syscon.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 represent as any specific type of device. The typical use-case is 13 for some other node's driver, or platform-specific code, to acquire 20 - Lee Jones <lee@kernel.org> 30 - al,alpine-sysfabric-servic 31 - allwinner,sun8i-a83t-system-controller 32 - allwinner,sun8i-h3-system-controller 33 - allwinner,sun8i-v3s-system-controller [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | imx93.dtsi | 1 // 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 …]
|
/linux-6.12.1/drivers/clk/imx/ |
D | clk-imx93.c | 1 // SPDX-License-Identifier: GPL-2.0 6 #include <linux/clk-provider.h> 14 #include <dt-bindings/clock/imx93-clock.h> 262 struct device *dev = &pdev->dev; in imx93_clocks_probe() 263 struct device_node *np = dev->of_node; in imx93_clocks_probe() 272 return -ENOMEM; in imx93_clocks_probe() 274 clk_hw_data->num = IMX93_CLK_END; in imx93_clocks_probe() 275 clks = clk_hw_data->hws; in imx93_clocks_probe() 292 np = of_find_compatible_node(NULL, NULL, "fsl,imx93-anatop"); in imx93_clocks_probe() 308 np = dev->of_node; in imx93_clocks_probe() [all …]
|