Commit 918579eb authored by Henrik Brix Andersen's avatar Henrik Brix Andersen Committed by Maureen Helm
Browse files

soc: arm: ke1xf: add NXP Kinetis KE1xF SoC series support



Add initial support for the NXP Kinetis KE1xF SoC series (MKE14F16,
MKE16F16, and MKE18F16).

Signed-off-by: default avatarHenrik Brix Andersen <hebad@vestas.com>
parent d4b9c0d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -213,6 +213,7 @@
/include/drivers/mvic.h                   @andrewboie
/include/drivers/pcie/                    @gnuless
/include/drivers/serial/uart_ns16550.h    @gnuless
/include/dt-bindings/clock/kinetis_scg.h  @henrikbrixandersen
/include/dt-bindings/pcie/                @gnuless
/include/fs.h                             @nashif @wentongwu
/include/fs/                              @nashif @wentongwu
+7 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019 Vestas Wind Systems A/S
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#include <nxp/nxp_ke1xf256vlx16.dtsi>
+7 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019 Vestas Wind Systems A/S
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#include <nxp/nxp_ke1xf512vlx16.dtsi>
+7 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019 Vestas Wind Systems A/S
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#include <nxp/nxp_ke1xf256vlx16.dtsi>
+7 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019 Vestas Wind Systems A/S
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#include <nxp/nxp_ke1xf512vlx16.dtsi>
Loading