nxp: imx8ulp: enable pinctrl
This commit enables pinctrl on i.MX8ULP. This includes: 1) Adding `pinctrl_soc.h` header file. 2) Adding DTS node for IOMUXC1, which is one of the IPs responsible for managing the 8ULP pads. 3) Adding .dtsi with pin definitions. For now, only the LPUART7 pads are added to this file because this is going to be the only consummer for now. 4) Modifying the `pinctrl_imx.c` driver to work for 8ULP. 5) Enabling the `CONFIG_HAS_MCUX_IOMUXC`, which is a dependency of `CONFIG_PINCTRL_IMX`. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
This commit is contained in:
parent
d42dfc36d7
commit
399c2cba65
7 changed files with 165 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
/dts-v1/;
|
||||
|
||||
#include <nxp/nxp_imx8ulp.dtsi>
|
||||
#include "imx8ulp_evk_mimx8ud7_adsp-pinctrl.dtsi"
|
||||
|
||||
/ {
|
||||
model = "NXP i.MX 8ULP Audio DSP";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue