boards: arm: stm32: add pinctrl state name for DAC peripheral
Add the pinctrl state name (default) for the CAN peripherals. Changes performed based on the script proposed in "boards: arm: stm32: add pinctrl state name for UART peripheral" Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
65d222b0ab
commit
8b0c2ca290
16 changed files with 16 additions and 0 deletions
|
@ -81,6 +81,7 @@ zephyr_udc0: &usbotg_fs {
|
||||||
|
|
||||||
&dac1 {
|
&dac1 {
|
||||||
pinctrl-0 = <&dac1_out1_pa4>;
|
pinctrl-0 = <&dac1_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -129,6 +129,7 @@
|
||||||
&dac1 {
|
&dac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <&dac_out1_pa4>;
|
pinctrl-0 = <&dac_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dma1 {
|
&dma1 {
|
||||||
|
|
|
@ -160,6 +160,7 @@ zephyr_udc0: &usbotg_fs {
|
||||||
&dac1 {
|
&dac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <&dac_out1_pa4>;
|
pinctrl-0 = <&dac_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
&backup_sram {
|
&backup_sram {
|
||||||
|
|
|
@ -104,6 +104,7 @@
|
||||||
&dac1 {
|
&dac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <&dac_out1_pa5>;
|
pinctrl-0 = <&dac_out1_pa5>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
&flash0 {
|
&flash0 {
|
||||||
|
|
|
@ -86,6 +86,7 @@
|
||||||
&dac1 {
|
&dac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <&dac_out1_pa4>;
|
pinctrl-0 = <&dac_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c1 {
|
&i2c1 {
|
||||||
|
|
|
@ -85,6 +85,7 @@
|
||||||
&dac1 {
|
&dac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <&dac_out1_pa4>;
|
pinctrl-0 = <&dac_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
&usart2 {
|
&usart2 {
|
||||||
|
|
|
@ -167,6 +167,7 @@ zephyr_udc0: &usbotg_fs {
|
||||||
&dac1 {
|
&dac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <&dac_out1_pa4>;
|
pinctrl-0 = <&dac_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
&rng {
|
&rng {
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
&dac1 {
|
&dac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <&dac1_out1_pa4>;
|
pinctrl-0 = <&dac1_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
&flash0 {
|
&flash0 {
|
||||||
|
|
|
@ -158,6 +158,7 @@ zephyr_udc0: &usb {
|
||||||
&dac1 {
|
&dac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <&dac1_out1_pa4>;
|
pinctrl-0 = <&dac1_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
&flash0 {
|
&flash0 {
|
||||||
|
|
|
@ -147,4 +147,5 @@
|
||||||
&dac1 {
|
&dac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <&dac1_out1_pa4>;
|
pinctrl-0 = <&dac1_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
|
@ -100,4 +100,5 @@
|
||||||
&dac1 {
|
&dac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <&dac_out1_pa4>;
|
pinctrl-0 = <&dac_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
|
@ -95,6 +95,7 @@
|
||||||
&dac1 {
|
&dac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <&dac_out1_pa4>;
|
pinctrl-0 = <&dac_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
&flash0 {
|
&flash0 {
|
||||||
|
|
|
@ -64,6 +64,7 @@
|
||||||
&dac1 {
|
&dac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <&dac1_out1_pa4>;
|
pinctrl-0 = <&dac1_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
&adc1 {
|
&adc1 {
|
||||||
|
|
|
@ -156,6 +156,7 @@
|
||||||
&dac1 {
|
&dac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <&dac_out1_pa4>;
|
pinctrl-0 = <&dac_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
&rtc {
|
&rtc {
|
||||||
|
|
|
@ -204,6 +204,7 @@ zephyr_udc0: &usb {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
/* dac output pins(pa4,pa5,pa6) might conflict with spi1 pins */
|
/* dac output pins(pa4,pa5,pa6) might conflict with spi1 pins */
|
||||||
pinctrl-0 = <&dac_out1_pa4>;
|
pinctrl-0 = <&dac_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dma1 {
|
&dma1 {
|
||||||
|
|
|
@ -135,6 +135,7 @@
|
||||||
&dac1 {
|
&dac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <&dac1_out1_pa4>;
|
pinctrl-0 = <&dac1_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
&adc1 {
|
&adc1 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue