drivers: counter: Add support for Apollo3 SoCs counter

This commit adds support for the counter which
can be found in Apollo3 SoCs

Signed-off-by: Hao Luo <hluo@ambiq.com>
This commit is contained in:
Hao Luo 2023-12-22 18:47:22 +08:00 committed by Anas Nashif
commit d7afd88e71
8 changed files with 352 additions and 31 deletions

View file

@ -103,6 +103,38 @@
status = "okay";
};
&counter0 {
status = "okay";
};
&counter1 {
status = "okay";
};
&counter2 {
status = "okay";
};
&counter3 {
status = "okay";
};
&counter4 {
status = "okay";
};
&counter5 {
status = "okay";
};
&counter6 {
status = "okay";
};
&counter7 {
status = "okay";
};
&gpio0_31 {
status = "okay";
};

View file

@ -10,6 +10,7 @@ toolchain:
supported:
- uart
- watchdog
- counter
- gpio
- i2c
testing:

View file

@ -103,6 +103,38 @@
status = "okay";
};
&counter0 {
status = "okay";
};
&counter1 {
status = "okay";
};
&counter2 {
status = "okay";
};
&counter3 {
status = "okay";
};
&counter4 {
status = "okay";
};
&counter5 {
status = "okay";
};
&counter6 {
status = "okay";
};
&counter7 {
status = "okay";
};
&gpio0_31 {
status = "okay";
};

View file

@ -10,6 +10,7 @@ toolchain:
supported:
- uart
- watchdog
- counter
- gpio
- i2c
testing: