1 // SPDX-License-Identifier: BSD-3-Clause 2 /* 3 * Copyright (c) 2023, Qualcomm Innovation Cen 4 */ 5 6 /dts-v1/; 7 8 #include "sm4450.dtsi" 9 / { 10 model = "Qualcomm Technologies, Inc. S 11 compatible = "qcom,sm4450-qrd", "qcom, 12 13 aliases { 14 serial0 = &uart7; 15 }; 16 17 chosen { 18 stdout-path = "serial0:115200n 19 }; 20 }; 21 22 &qupv3_id_0 { 23 status = "okay"; 24 }; 25 26 &tlmm { 27 gpio-reserved-ranges = <0 4>; /* NFC e 28 }; 29 30 &uart7 { 31 status = "okay"; 32 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.