Searched +full:imx8mp +full:- +full:reset (Results 1 – 8 of 8) sorted by relevance
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx8mp-clock.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/input/input.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/thermal/thermal.h>12 #include "imx8mp-pinfunc.h"15 interrupt-parent = <&gic>;16 #address-cells = <2>;17 #size-cells = <2>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 /dts-v1/;8 #include "imx8mp.dtsi"12 compatible = "fsl,imx8mp-evk", "fsl,imx8mp";15 stdout-path = &uart2;18 gpio-leds {19 compatible = "gpio-leds";20 pinctrl-names = "default";21 pinctrl-0 = <&pinctrl_gpio_led>;26 default-state = "on";[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/reset/fsl,imx7-src.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale i.MX7 System Reset Controller10 - Andrey Smirnov <andrew.smirnov@gmail.com>13 The system reset controller can be used to reset various set of14 peripherals. Device nodes that need access to reset lines should15 specify them as a reset phandle in their corresponding node as16 specified in reset.txt.[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/watchdog/fsl-imx-wdt.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Anson Huang <Anson.Huang@nxp.com>13 - $ref: "watchdog.yaml#"18 - const: fsl,imx21-wdt19 - items:20 - enum:21 - fsl,imx8mm-wdt[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * i.MX7 System Reset Controller (SRC) driver14 #include <linux/reset-controller.h>16 #include <dt-bindings/reset/imx7-reset.h>17 #include <dt-bindings/reset/imx8mq-reset.h>18 #include <dt-bindings/reset/imx8mp-reset.h>51 const struct imx7_src_signal *signal = &imx7src->signals[id]; in imx7_reset_update()53 return regmap_update_bits(imx7src->regmap, in imx7_reset_update()54 signal->offset, signal->bit, value); in imx7_reset_update()95 const unsigned int bit = imx7src->signals[id].bit; in imx7_reset_set()[all …]
1114 # required by busfreq-imx8mq.ko1237 # required by clk-imx8ulp.ko1246 # required by cpufreq-dt.ko1285 # required by dw-hdmi-cec.ko1290 # required by dw-hdmi.ko1305 # required by dw_hdmi-imx.ko1378 # required by fp9931-core.ko1381 # required by fp9931-regulator.ko1384 # required by fsl-edma-v3.ko1449 # required by gpio-imx-rpmsg.ko[all …]
1 // SPDX-License-Identifier: GPL-2.03 // flexcan.c - FLEXCAN CAN controller driver5 // Copyright (c) 2005-2006 Varma Electronics Oy7 // Copyright (c) 2010-2017 Pengutronix, Marc Kleine-Budde <kernel@pengutronix.de>10 // Based on code originally by Andrey Volkov <avolkov@varma-el.com>17 #include <linux/can/rx-offload.h>209 * SOC Version IP-Version Glitch- [TR]WRN_INT IRQ Err Memory err RTR rece- FD Mode231 /* Disable non-correctable errors interrupt and freeze mode */241 /* Support CAN-FD mode */256 u32 ctrl; /* 0x04 - Not affected by Soft Reset */[all …]
... arch/arm/cpu/arm926ejs/mx25/reset.c u-boot-2021.07/arch/ ...