Skip to content

Commit b557d96

Browse files
msobkowskicarlescufi
authored andcommitted
dts: arm: ambiq: Add counter instance to SoC
This commit instantiates the counter peripheral. Signed-off-by: Mateusz Sierszulski <[email protected]> Signed-off-by: Maciej Sobkowski <[email protected]>
1 parent 9bc3ee6 commit b557d96

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dts/arm/ambiq/ambiq_apollo4p.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@
4848
status = "okay";
4949
};
5050

51+
counter0: counter@40008000 {
52+
compatible = "ambiq,counter";
53+
reg = <0x40008000 0x80>;
54+
interrupts = <67 0>;
55+
status = "disabled";
56+
};
57+
5158
uart0: uart@4001c000 {
5259
compatible = "ambiq,uart", "arm,pl011";
5360
reg = <0x4001c000 0x1000>;

0 commit comments

Comments
 (0)