dts: arm: adi: Add timer counter instance to MAX32670

Add counter subnode for low power timer too

Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
Sadik Ozer 2024-05-14 11:10:30 +03:00 committed by Anas Nashif
parent 351d0e2dab
commit 16edf9ab84
1 changed files with 8 additions and 0 deletions

View File

@ -124,6 +124,10 @@
clocks = <&gcr ADI_MAX32_CLOCK_BUS2 0>;
clock-source = <ADI_MAX32_PRPH_CLK_SRC_PCLK>;
prescaler = <1>;
counter {
compatible = "adi,max32-counter";
status = "disabled";
};
};
lptimer1: timer@40115000 {
@ -134,6 +138,10 @@
clocks = <&gcr ADI_MAX32_CLOCK_BUS2 1>;
clock-source = <ADI_MAX32_PRPH_CLK_SRC_PCLK>;
prescaler = <1>;
counter {
compatible = "adi,max32-counter";
status = "disabled";
};
};
};
};