Searched +full:syscfg +full:- +full:m4 +full:- +full:state (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/remoteproc/st,stm32-rproc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#14 - Fabien Dessenne <fabien.dessenne@foss.st.com>15 - Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>19 const: st,stm32mp1-m431 reset-names:33 - const: mcu_rst34 - const: hold_boot[all …]
1 // SPDX-License-Identifier: GPL-2.0-only4 * based on linux/drivers/pinctrl/pinmux-gemini.c8 * This is a group-only pin controller.23 #include <linux/pinctrl/pinconf-generic.h>28 #include "pinctrl-utils.h"30 #define DRIVER_NAME "pinctrl-ep93xx"49 struct ep93xx_regmap_adev *aux = pmx->aux_dev; in ep93xx_pinctrl_update_bits()51 aux->update_bits(aux->map, aux->lock, reg, mask, val); in ep93xx_pinctrl_update_bits()70 * There are several system configuration options selectable by the DeviceCfg and SysCfg73 * descriptions of the registers, “DeviceCfg” on page 5-25 and “SysCfg” on page 5-34, for a[all …]