drivers: counter: Refactor mcux gpt driver to use generated dts macros
Refactors the mcux gpt driver to use generated device tree macros directly. Removes now unused dts fixup macros from i.mx rt socs. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
9e14543c19
commit
b8ad9969ef
3 changed files with 7 additions and 14 deletions
|
@ -11,6 +11,8 @@
|
|||
|
||||
/ {
|
||||
aliases {
|
||||
counter-1 = &gpt1;
|
||||
counter-2 = &gpt2;
|
||||
eth = ð
|
||||
gpio-1 = &gpio1;
|
||||
gpio-2 = &gpio2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue