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:
parent
84492677c0
commit
a45c60f25a
1 changed files with 6 additions and 0 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue