boards: arm: nxp: Add pinctrl-names
Add "pinctrl-names" property for "default" to all NXP kinetis based boards. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
41833951b0
commit
80981dc489
11 changed files with 54 additions and 0 deletions
|
@ -140,6 +140,7 @@
|
|||
clkout-source = <1>;
|
||||
clkout-divider = <0>;
|
||||
pinctrl-0 = <&CLKOUT_PTE10>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&scg {
|
||||
|
@ -207,6 +208,7 @@
|
|||
status = "okay";
|
||||
current-speed = <115200>;
|
||||
pinctrl-0 = <&LPUART0_RX_PTB0 &LPUART0_TX_PTB1>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&ftm0 {
|
||||
|
@ -214,6 +216,7 @@
|
|||
compatible = "nxp,kinetis-ftm-pwm";
|
||||
#pwm-cells = <3>;
|
||||
pinctrl-0 = <&FTM0_CH0_PTD15 &FTM0_CH1_PTD16 &FTM0_CH5_PTB5>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&ftm3 {
|
||||
|
@ -222,11 +225,13 @@
|
|||
#pwm-cells = <3>;
|
||||
pinctrl-0 = <&FTM3_CH4_PTC10 &FTM3_CH5_PTC11
|
||||
&FTM3_CH6_PTC12 &FTM3_CH7_PTC13>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&lpi2c0 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&LPI2C0_SDA_PTA2 &LPI2C0_SCL_PTA3>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
fxos8700: fxos8700@1d {
|
||||
compatible = "nxp,fxos8700";
|
||||
|
@ -239,29 +244,34 @@
|
|||
&lpi2c1 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&LPI2C1_SDA_PTD8 &LPI2C1_SCL_PTD9>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&lpspi0 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&LPSPI0_SCK_PTE0 &LPSPI0_SIN_PTE1
|
||||
&LPSPI0_SOUT_PTE2 &LPSPI0_PCS2_PTE6>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&lpspi1 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&LPSPI1_SCK_PTD0 &LPSPI1_SIN_PTD1
|
||||
&LPSPI1_SOUT_PTD2 &LPSPI1_PCS0_PTD3>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&dac0 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&DAC0_OUT_PTE9>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&adc0 {
|
||||
status = "okay";
|
||||
sample-time = <12>;
|
||||
pinctrl-0 = <&ADC0_SE0_PTA0 &ADC0_SE1_PTA1 &ADC0_SE12_PTC14>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&temp0 {
|
||||
|
@ -272,6 +282,7 @@
|
|||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
pinctrl-0 = <&CAN0_RX_PTE4 &CAN0_TX_PTE5>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&gpioa {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue