Searched +full:stm32mp151 +full:- +full:hdp (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/pinctrl/st,stm32-hdp.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Clément LE GOFFIC <legoffic.clement@gmail.com>14 STMicroelectronics's STM32 MPUs integrate a Hardware Debug Port (HDP).20 - st,stm32mp131-hdp21 - st,stm32mp151-hdp22 - st,stm32mp251-hdp31 "^hdp[0-7]-pins$":[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) STMicroelectronics 2025 - All Rights Reserved13 #include <linux/pinctrl/pinconf-generic.h>534 struct stm32_hdp *hdp = pinctrl_dev_get_drvdata(pctldev); in stm32_hdp_pinmux_get_function_name() local536 return hdp->func_name[selector]; in stm32_hdp_pinmux_get_function_name()554 struct stm32_hdp *hdp = pinctrl_dev_get_drvdata(pctldev); in stm32_hdp_pinmux_set_mux() local560 mux = readl_relaxed(hdp->base + HDP_MUX); in stm32_hdp_pinmux_set_mux()564 writel_relaxed(mux, hdp->base + HDP_MUX); in stm32_hdp_pinmux_set_mux()565 hdp->mux_conf = mux; in stm32_hdp_pinmux_set_mux()589 .compatible = "st,stm32mp131-hdp",[all …]