]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/arm64/qcom/sm4450-qrd.dts
Squashed 'dts/upstream/' changes from aaba2d45dc2a..b35b9bd1d4ee
[thirdparty/u-boot.git] / src / arm64 / qcom / sm4450-qrd.dts
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 };