Searched +full:imx28 +full:- +full:clkctrl (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/imx28-clock.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Shawn Guo <shawnguo@kernel.org>18 ------------------87 const: fsl,imx28-clkctrl92 '#clock-cells':96 - compatible97 - reg[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later9 #include <linux/clk-provider.h>17 static void __iomem *clkctrl; variable18 #define CLKCTRL clkctrl macro20 #define PLL0CTRL0 (CLKCTRL + 0x0000)21 #define PLL1CTRL0 (CLKCTRL + 0x0020)22 #define PLL2CTRL0 (CLKCTRL + 0x0040)23 #define CPU (CLKCTRL + 0x0050)24 #define HBUS (CLKCTRL + 0x0060)25 #define XBUS (CLKCTRL + 0x0070)[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later113 (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()193 * so hard-code OUI here. in update_fec_mac_prop()[all …]
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 the42 #address-cells = <1>;43 #size-cells = <0>;46 compatible = "arm,arm926ej-s";[all …]