Searched +full:imx28 +full:- +full:digctl (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/soc/fsl/ |
H A D | fsl,imx23-digctl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/fsl/fsl,imx23-digctl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 - Default first-level page table (DFLPT) controls 13 - HCLK performance counter 14 - Free-running microseconds counter 15 - Entropy control 16 - BIST controls for ARM Core and On-Chip RAM 17 - Chip Revision register [all …]
|
/linux/arch/arm/boot/dts/nxp/mxs/ |
H A D | imx28.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 5 #include <dt-bindings/gpio/gpio.h> 6 #include "imx28-pinfunc.h" 9 #address-cells = <1>; 10 #size-cells = <1>; 12 interrupt-parent = <&icoll>; 15 * pre-existing /chosen node to be available to insert the 42 #address-cells = <1>; 43 #size-cells = <0>; 46 compatible = "arm,arm926ej-s"; [all …]
|
H A D | imx28-tx28.dts | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 4 * Copyright 2013-2017 Lothar Waßmann <LW@KARO-electronics.de> 7 /dts-v1/; 8 #include "imx28.dtsi" 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 13 model = "Ka-Ro electronics TX28 module"; 14 compatible = "karo,tx28", "fsl,imx28"; 34 reg = <0x40000000 0>; /* will be filled in by U-Boot */ 38 compatible = "w1-gpio"; [all …]
|
/linux/arch/arm/mach-mxs/ |
H A D | mach-mxs.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 28 /* MXS DIGCTL SAIF CLKMUX */ 113 (BM_OCOTP_CTRL_BUSY | BM_OCOTP_CTRL_ERROR)) && --timeout) in mxs_get_ocotp() 127 while ((__raw_readl(ocotp_base) & BM_OCOTP_CTRL_BUSY) && --timeout) in mxs_get_ocotp() 170 np = of_find_compatible_node(from, NULL, "fsl,imx28-fec"); in update_fec_mac_prop() 176 if (of_property_present(np, "local-mac-address")) in update_fec_mac_prop() 182 newmac->value = newmac + 1; in update_fec_mac_prop() 183 newmac->length = 6; in update_fec_mac_prop() 185 newmac->name = kstrdup("local-mac-address", GFP_KERNEL); in update_fec_mac_prop() 186 if (!newmac->name) { in update_fec_mac_prop() [all …]
|
/linux/drivers/clk/mxs/ |
H A D | clk-imx28.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 9 #include <linux/clk-provider.h> 71 return -EINVAL; in mxs_saif_clkmux_select() 157 dcnp = of_find_compatible_node(NULL, NULL, "fsl,imx28-digctl"); in mx28_clocks_init() 249 CLK_OF_DECLARE(imx28_clkctrl, "fsl,imx28-clkctrl", mx28_clocks_init);
|