Skip to content

Commit

Permalink
devicetree: DA1469x: Add UART2 and UART3 to devicetree
Browse files Browse the repository at this point in the history
This commit adds devicetree bindings for UART2 and 3

Signed-off-by: Niek Ilmer <niek.ilmer.aj@renesas.com>
  • Loading branch information
NiekIlmer committed Jul 6, 2023
1 parent aea210a commit 9293027
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dts/arm/renesas/smartbond/da1469x.dtsi
Expand Up @@ -157,6 +157,22 @@
status = "disabled";
};

uart2: uart@50020100 {
compatible = "renesas,smartbond-uart";
reg = <0x50020100 0x100>;
periph-clock-config = <0x02>;
interrupts = <6 0>;
status = "disabled";
};

uart3: uart@50020200 {
compatible = "renesas,smartbond-uart";
reg = <0x50020200 0x100>;
periph-clock-config = <0x08>;
interrupts = <7 0>;
status = "disabled";
};

adc: adc@50030900 {
compatible = "renesas,smartbond-adc";
reg = <0x50030900 0x1C>;
Expand Down

0 comments on commit 9293027

Please sign in to comment.