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:
Aurelien Jarno 2019-01-20 21:14:08 +01:00 committed by Maureen Helm
commit 0e7a6ec9ab
5 changed files with 112 additions and 0 deletions

View file

@ -21,6 +21,7 @@
uart-1 = &uart1;
led0 = &green_led;
sw0 = &user_button;
eth = &eth;
};
chosen {
@ -72,3 +73,10 @@ arduino_serial: &uart2 {};
status = "ok";
current-speed = <115200>;
};
&eth {
status = "ok";
ptp {
status = "ok";
};
};