mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 02:02:48 +00:00
Add support for the FlexCAN controllers found in the NXP Kinetis KE1xF SoC series. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
16 lines
196 B
Plaintext
16 lines
196 B
Plaintext
/*
|
|
* Copyright (c) 2019 Vestas Wind Systems A/S
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <nxp/nxp_ke1xf256vlx16.dtsi>
|
|
|
|
/delete-node/ &can1;
|
|
|
|
/ {
|
|
aliases {
|
|
can-0 = &can0;
|
|
};
|
|
};
|