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-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 #include <dt-bindings/interrupt-controller/arm-gic.h>7 #include <dt-bindings/clock/stm32mp1-clks.h>8 #include <dt-bindings/reset/stm32mp1-resets.h>11 #address-cells = <1>;12 #size-cells = <1>;15 #address-cells = <1>;16 #size-cells = <0>;19 compatible = "arm,cortex-a7";[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 …]