1 // SPDX-License-Identifier: BSD-3-Clause 2 /* 3 * Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved. 4 */ 5 6 /dts-v1/; 7 8 #include "sm4450.dtsi" 9 / { 10 model = "Qualcomm Technologies, Inc. SM4450 QRD"; 11 compatible = "qcom,sm4450-qrd", "qcom,sm4450"; 12 13 aliases { 14 serial0 = &uart7; 15 }; 16 17 chosen { 18 stdout-path = "serial0:115200n8"; 19 }; 20 }; 21 22 &qupv3_id_0 { 23 status = "okay"; 24 }; 25 26 &tlmm { 27 gpio-reserved-ranges = <0 4>; /* NFC eSE SPI */ 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.