Searched +full:imx7ulp +full:- +full:sim (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/arm/mach-imx/ |
| H A D | mach-imx7ulp.c | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * Copyright 2017-2018 NXP 22 struct regmap *sim; in imx7ulp_set_revision() local 25 sim = syscon_regmap_lookup_by_compatible("fsl,imx7ulp-sim"); in imx7ulp_set_revision() 26 if (IS_ERR(sim)) { in imx7ulp_set_revision() 27 pr_warn("failed to find fsl,imx7ulp-sim regmap!\n"); in imx7ulp_set_revision() 31 if (regmap_read(sim, SIM_JTAG_ID_REG, &revision)) { in imx7ulp_set_revision() 32 pr_warn("failed to read sim regmap!\n"); in imx7ulp_set_revision() 68 "fsl,imx7ulp", 75 platform_device_register_simple("imx-cpufreq-dt", -1, NULL, 0); in imx7ulp_init_late() [all …]
|
| /linux/Documentation/devicetree/bindings/arm/freescale/ |
| H A D | fsl,imx7ulp-sim.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/freescale/fsl,imx7ulp-sim.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shawn Guo <shawnguo@kernel.org> 11 - Sascha Hauer <s.hauer@pengutronix.de> 12 - Fabio Estevam <festevam@gmail.com> 15 The system integration module (SIM) provides system control and chip configuration 23 - const: fsl,imx7ulp-sim 24 - const: syscon [all …]
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx7ulp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * Copyright 2017-2018 NXP 8 #include <dt-bindings/clock/imx7ulp-clock.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 #include "imx7ulp-pinfunc.h" 15 interrupt-parent = <&intc>; 17 #address-cells = <1>; 18 #size-cells = <1>; 37 #address-cells = <1>; [all …]
|
| /linux/drivers/clk/imx/ |
| H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 mxc-clk-objs += clk.o 4 mxc-clk-objs += clk-busy.o 5 mxc-clk-objs += clk-composite-7ulp.o 6 mxc-clk-objs += clk-composite-8m.o 7 mxc-clk-objs += clk-composite-93.o 8 mxc-clk-objs += clk-fracn-gppll.o 9 mxc-clk-objs += clk-cpu.o 10 mxc-clk-objs += clk-divider-gate.o 11 mxc-clk-objs += clk-fixup-div.o [all …]
|