1 // SPDX-License-Identifier: GPL-2.0-or-later O 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2 /* 2 /* 3 * Copyright (c) 2021 SUSE LLC 3 * Copyright (c) 2021 SUSE LLC 4 * Copyright 2019-2021, 2024 NXP 4 * Copyright 2019-2021, 2024 NXP 5 */ 5 */ 6 6 7 /dts-v1/; 7 /dts-v1/; 8 8 9 #include "s32g2.dtsi" 9 #include "s32g2.dtsi" 10 10 11 / { 11 / { 12 model = "NXP S32G2 Evaluation Board (S 12 model = "NXP S32G2 Evaluation Board (S32G-VNP-EVB)"; 13 compatible = "nxp,s32g274a-evb", "nxp, 13 compatible = "nxp,s32g274a-evb", "nxp,s32g2"; 14 14 15 aliases { 15 aliases { 16 serial0 = &uart0; 16 serial0 = &uart0; 17 }; 17 }; 18 18 19 chosen { 19 chosen { 20 stdout-path = "serial0:115200n 20 stdout-path = "serial0:115200n8"; 21 }; 21 }; 22 22 23 /* 4GiB RAM */ 23 /* 4GiB RAM */ 24 memory@80000000 { 24 memory@80000000 { 25 device_type = "memory"; 25 device_type = "memory"; 26 reg = <0x0 0x80000000 0 0x8000 26 reg = <0x0 0x80000000 0 0x80000000>, 27 <0x8 0x80000000 0 0x8000 27 <0x8 0x80000000 0 0x80000000>; 28 }; 28 }; 29 }; 29 }; 30 30 31 /* UART (J58) to Micro USB port */ 31 /* UART (J58) to Micro USB port */ 32 &uart0 { 32 &uart0 { 33 status = "okay"; 33 status = "okay"; 34 }; 34 }; 35 35 36 &usdhc0 { 36 &usdhc0 { 37 disable-wp; << 38 status = "okay"; 37 status = "okay"; 39 }; 38 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.