mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
arm64: dts: freescale: imx93-tqma9352-mba93xxla: enable LPSPI6 interface
LPSPI6 features a NAFE13388 analog frontend. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
e923748062
commit
7301ba350c
|
|
@ -414,6 +414,13 @@ dp_dsi_in: endpoint {
|
|||
};
|
||||
};
|
||||
|
||||
&lpspi6 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_lpspi6>, <&pinctrl_lpspi6_cs>;
|
||||
cs-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&lpuart1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_uart1>;
|
||||
|
|
@ -607,6 +614,23 @@ MX93_PAD_GPIO_IO23__LPI2C5_SCL 0x4000199e
|
|||
>;
|
||||
};
|
||||
|
||||
pinctrl_lpspi6: lpspi6grp {
|
||||
fsl,pins = <
|
||||
/* HYS | PD | FSEL_0 | DSE no drive */
|
||||
MX93_PAD_GPIO_IO01__LPSPI6_SIN 0x1400
|
||||
/* PD | FSEL_2 | DSE X4 */
|
||||
MX93_PAD_GPIO_IO02__LPSPI6_SOUT 0x051e
|
||||
MX93_PAD_GPIO_IO03__LPSPI6_SCK 0x051e
|
||||
>;
|
||||
};
|
||||
|
||||
pinctrl_lpspi6_cs: lpspi6csgrp {
|
||||
fsl,pins = <
|
||||
/* FSEL_2 | DSE X4 */
|
||||
MX93_PAD_GPIO_IO00__GPIO2_IO00 0x011e
|
||||
>;
|
||||
};
|
||||
|
||||
pinctrl_pcf85063: pcf85063grp {
|
||||
fsl,pins = <
|
||||
/* HYS | FSEL_0 | No DSE */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user