mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 10:32:37 +00:00
Have nodelabels match the SoC docs so when a nodelabel reference is made in the code its easier to relate to the SoC. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
16 lines
204 B
Plaintext
16 lines
204 B
Plaintext
/*
|
|
* Copyright (c) 2019 Vestas Wind Systems A/S
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <nxp/nxp_ke1xf256vlx16.dtsi>
|
|
|
|
/delete-node/ &flexcan1;
|
|
|
|
/ {
|
|
aliases {
|
|
can-0 = &flexcan0;
|
|
};
|
|
};
|