-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add additional support for RA2L1 #90606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add additional support for RA2L1 #90606
Conversation
#include <zephyr/dt-bindings/pwm/ra_pwm.h> | ||
|
||
&pinctrl { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed it. Thank you.
interrupts = <19 1>, <16 1>; | ||
interrupt-names = "agti", "agtcmai"; | ||
renesas,prescaler = <4>; | ||
counter0: counter { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
newline on line 12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed it. Thank you.
#clock-cells = <2>; | ||
status = "disabled"; | ||
}; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed it. Thank you.
#clock-cells = <2>; | ||
status = "disabled"; | ||
}; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed it. Thank you.
#clock-cells = <2>; | ||
status = "disabled"; | ||
}; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix in whole PR, other instances not noted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed it. Thank you.
2cfa826
to
e636fa3
Compare
…ra2l1 Add support for trng, spi, pwm (gpt), counter (agt), i2c (iic_master), adc and dac for RA2L1. Add external interrupt for RA2L1. Signed-off-by: Thao Luong <[email protected]>
Add support for entropy, adc, dac and buttons (s1 and s2) Signed-off-by: Thao Luong <[email protected]>
RA2L1 doesn't support for SPI Hardware Peripgheral Select. Disable this config as default in RA2L1 Signed-off-by: Thao Luong <[email protected]>
e636fa3
to
50b6ef1
Compare
Update to solve conflict. |
Add support for ek_ra2l1 on spi_loopback. Signed-off-by: Thao Luong <[email protected]>
Add support ek_ra2l1 for i2c_api test. Signed-off-by: Thao Luong <[email protected]>
Add support for ek_ra2l1 on pwm_api and pwm_loopback tests. Signed-off-by: Thao Luong <[email protected]>
Add support ek_ra2l1 for adc_api and adc_accurarcy_test Signed-off-by: Thao Luong <[email protected]>
Add support ek_ra2l1 on dac_api and dac_loopback tests. Signed-off-by: Thao Luong <[email protected]>
Add support ek_ra2l1 for dac sample Signed-off-by: Thao Luong <[email protected]>
Add support for RA2L1 80 pins, 64 pins and 48 pins packages. Signed-off-by: Thao Luong <[email protected]>
Add support RA2L1 80 pins, 64 pins and 48 pins packages Signed-off-by: Thao Luong <[email protected]>
50b6ef1
to
a7042fb
Compare
|
@martinjaeger , @KhiemNguyenT , @duynguyenxa : Could you please take a look ? Thank you. |
Update dts and configs for RA2L1 additional supports:
Add support for trng, spi, pwm (gpt), counter (agt), i2c (iic_master), adc and dac for RA2L1 (including samples and tests)
Add external interrupt for RA2L1.
Add 80, 64, 48 pins packages for RA2L1