Skip to content

Commit

Permalink
dts: stm32u5: Add jtag debug port node
Browse files Browse the repository at this point in the history
Provide jtag port pins description, so they can be used to be set in
analog mode when not required to save power (around 40uA saved in total).

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
  • Loading branch information
erwango committed Oct 4, 2023
1 parent 97b1b40 commit 5911c1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dts/arm/st/u5/stm32u5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@
};
};

jtag_port: jtag_port {
compatible = "gpio-jtag";
jtag-gpios = <&gpioa 13 0>, <&gpioa 14 0>, <&gpioa 15 0>,
<&gpiob 3 0> ,<&gpiob 4 0>;
};

soc {
flash: flash-controller@40022000 {
compatible = "st,stm32-flash-controller", "st,stm32l5-flash-controller";
Expand Down

0 comments on commit 5911c1d

Please sign in to comment.