Searched +full:ls1028a +full:- +full:flexspi +full:- +full:clk (Results  1 – 4 of 4) sorted by relevance
| /linux/Documentation/devicetree/bindings/clock/ | 
| H A D | fsl,flexspi-clock.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/clock/fsl,flexspi-clock.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Freescale FlexSPI clock driver for Layerscape SoCs
 10   - Michael Walle <michael@walle.cc>
 13   The Freescale Layerscape SoCs have a special FlexSPI clock which is
 19       - fsl,ls1028a-flexspi-clk
 20       - fsl,lx2160a-flexspi-clk
 28   '#clock-cells':
 [all …]
 
 | 
| /linux/drivers/clk/ | 
| H A D | clk-fsl-flexspi.c | 1 // SPDX-License-Identifier: GPL-2.0-only3  * Layerscape FlexSPI clock driver
 8 #include <linux/clk-provider.h>
 49 	struct device *dev = &pdev->dev;  in fsl_flexspi_clk_probe()
 50 	struct device_node *np = dev->of_node;  in fsl_flexspi_clk_probe()
 51 	const char *clk_name = np->name;  in fsl_flexspi_clk_probe()
 60 		return -ENOENT;  in fsl_flexspi_clk_probe()
 64 		return -ENOENT;  in fsl_flexspi_clk_probe()
 70 	reg = devm_ioremap(dev, res->start, resource_size(res));  in fsl_flexspi_clk_probe()
 72 		return -ENOMEM;  in fsl_flexspi_clk_probe()
 [all …]
 
 | 
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.06 	  The <linux/clk.h> calls support software clock gating and
 16 	  Select this option when the clock API in <linux/clk.h> is implemented
 19 	  'struct clk'.
 29 	  clk, useful across many platforms, as well as an
 30 	  implementation of the clock API in include/linux/clk.h.
 31 	  Architectures utilizing the common struct clk should select
 43 source "drivers/clk/versatile/Kconfig"
 59 	  Low-Noise JESD204B Compliant Clock Jitter Cleaner With Dual Loop PLLs
 87 	  These multi-function devices have two fixed-rate oscillators, clocked at 32KHz each.
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/freescale/ | 
| H A D | fsl-ls1028a.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3  * Device Tree Include file for NXP Layerscape-1028A family SoC.
 5  * Copyright 2018-2020 NXP
 11 #include <dt-bindings/clock/fsl,qoriq-clockgen.h>
 12 #include <dt-bindings/interrupt-controller/arm-gic.h>
 13 #include <dt-bindings/thermal/thermal.h>
 16 	compatible = "fsl,ls1028a";
 17 	interrupt-parent = <&gic>;
 18 	#address-cells = <2>;
 19 	#size-cells = <2>;
 [all …]
 
 |