Commit bb4857cd authored by Bich HEMON's avatar Bich HEMON Committed by Alexandre Torgue

ARM: dts: stm32: add can1 sleep pins muxing

Add can1 pinctrl definition for low-power mode
Signed-off-by: default avatarBich Hemon <bich.hemon@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent d44d6e02
...@@ -246,6 +246,13 @@ pins2 { ...@@ -246,6 +246,13 @@ pins2 {
}; };
}; };
m_can1_sleep_pins_a: m_can1-sleep@0 {
pins {
pinmux = <STM32_PINMUX('H', 13, ANALOG)>, /* CAN1_TX */
<STM32_PINMUX('I', 9, ANALOG)>; /* CAN1_RX */
};
};
pwm2_pins_a: pwm2-0 { pwm2_pins_a: pwm2-0 {
pins { pins {
pinmux = <STM32_PINMUX('A', 3, AF1)>; /* TIM2_CH4 */ pinmux = <STM32_PINMUX('A', 3, AF1)>; /* TIM2_CH4 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment