Skip to content

Commit 3aa98dc

Browse files
Phuc Phamcsarip
authored andcommitted
boards: renesas: rzg3s_smarc: Add ADC support
Add ADC support for board RZ/G3S-SMARC Signed-off-by: Phuc Pham <phuc.pham.xr@bp.renesas.com> Signed-off-by: Binh Nguyen <binh.nguyen.xw@renesas.com>
1 parent 2be5348 commit 3aa98dc

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

boards/renesas/rzg3s_smarc/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ and the following hardware features:
7070
+-----------+------------+-------------------------------------+
7171
| PINCTRL | on-chip | pinctrl |
7272
+-----------+------------+-------------------------------------+
73+
| ADC | on-chip | adc |
74+
+-----------+------------+-------------------------------------+
7375
| GPIO | on-chip | gpio |
7476
+-----------+------------+-------------------------------------+
7577
| I2C | on-chip | i2c |

boards/renesas/rzg3s_smarc/rzg3s_smarc_r9a08g045s33gbg_cm33.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,7 @@
9090
&gpio18{
9191
status = "okay";
9292
};
93+
94+
&adc {
95+
status = "okay";
96+
};

boards/renesas/rzg3s_smarc/rzg3s_smarc_r9a08g045s33gbg_cm33.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ toolchain:
66
- zephyr
77
- gnuarmemb
88
supported:
9+
- adc
910
- uart
1011
- i2c
1112
- gpio

0 commit comments

Comments
 (0)