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:
parent
48a4269800
commit
d7afd88e71
8 changed files with 352 additions and 31 deletions
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -10,6 +10,7 @@ toolchain:
|
|||
supported:
|
||||
- uart
|
||||
- watchdog
|
||||
- counter
|
||||
- gpio
|
||||
- i2c
|
||||
testing:
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -10,6 +10,7 @@ toolchain:
|
|||
supported:
|
||||
- uart
|
||||
- watchdog
|
||||
- counter
|
||||
- gpio
|
||||
- i2c
|
||||
testing:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue