diff options
author | Chester Lin <clin@suse.com> | 2021-09-08 14:45:26 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-10-04 16:09:12 +0800 |
commit | 3686673dc30d6d53b65568e43d21fb249820e1e6 (patch) | |
tree | 02b58d3e47dbb6278dc24429f476b6894fe0ae88 /arch/arm64/boot/dts/freescale/s32g274a-rdb2.dts | |
parent | 994f4e42ecc0a22ebcb9bf0dfde5ea8f4312c651 (diff) |
arm64: dts: s32g2: add VNP-EVB and VNP-RDB2 support
Add initial device-trees of NXP S32G2's Evaluation Board (S32G-VNP-EVB)
and Reference Design 2 Board (S32G-VNP-RDB2).
Signed-off-by: Chester Lin <clin@suse.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/s32g274a-rdb2.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/s32g274a-rdb2.dts | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/s32g274a-rdb2.dts b/arch/arm64/boot/dts/freescale/s32g274a-rdb2.dts new file mode 100644 index 000000000000..ed3f23babdca --- /dev/null +++ b/arch/arm64/boot/dts/freescale/s32g274a-rdb2.dts @@ -0,0 +1,32 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT +/* + * Copyright (c) 2021 SUSE LLC + */ + +/dts-v1/; + +#include "s32g2.dtsi" + +/ { + model = "NXP S32G2 Reference Design Board 2 (S32G-VNP-RDB2)"; + compatible = "nxp,s32g274a-rdb2", "nxp,s32g2"; + + aliases { + serial0 = &uart0; + serial1 = &uart1; + }; + + chosen { + stdout-path = "serial0:115200n8"; + }; +}; + +/* UART (J2) to Micro USB port */ +&uart0 { + status = "okay"; +}; + +/* UART (J1) to Micro USB port */ +&uart1 { + status = "okay"; +}; |