boards: arm: ip_k66f: Add pinctrl dts properties

Add pinctrl-0 properties for configuration of peripherals like UARTs,
SPI, ENET, etc.  These settings are based on what is defined in
the board/pinmux.c file.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-04-08 18:42:53 -05:00 committed by Kumar Gala
commit a45c60f25a

View file

@ -103,6 +103,10 @@
&enet {
status = "okay";
pinctrl-0 = <&RMII0_RXD1_PTA12 &RMII0_RXD0_PTA13
&RMII0_CRS_DV_PTA14 &RMII0_TXEN_PTA15
&RMII0_TXD0_PTA16 &RMII0_TXD1_PTA17
&ENET_1588_CLKIN_PTE26 /* used for RMII ref clk */>;
fixed-link {
speed = <100>;
@ -112,6 +116,8 @@
&spi1 {
status = "okay";
pinctrl-0 = <&SPI1_PCS0_PTB10 &SPI1_SCK_PTB11
&SPI1_SOUT_PTB16 &SPI1_SIN_PTB17>;
clock-frequency = <44000000>;
cs-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>;