boards: mimxrt1020_evk: Enable mcux ethernet driver and pins
Enables the mcux ethernet driver and pin muxes on the mimxrt1020_evk board, the same way it is done on the mimxrt1050_evk board. Updates the board documentation and yaml supported list accordingly. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
ba459d002c
commit
0e7a6ec9ab
5 changed files with 112 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
uart-1 = &uart1;
|
||||
led0 = &green_led;
|
||||
sw0 = &user_button;
|
||||
eth = ð
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
@ -72,3 +73,10 @@ arduino_serial: &uart2 {};
|
|||
status = "ok";
|
||||
current-speed = <115200>;
|
||||
};
|
||||
|
||||
ð {
|
||||
status = "ok";
|
||||
ptp {
|
||||
status = "ok";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue