blob: 054f253eb32aa597029618266339961455404bde [file] [log] [blame]
Sumit Garg5b32da42022-07-12 12:42:08 +05301// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Qualcomm Robotics RB3 Development (dragonboard845c) board device
4 * tree source
5 *
6 * (C) Copyright 2022 Sumit Garg <sumit.garg@linaro.org>
7 */
8
9/dts-v1/;
10
11#include "sdm845.dtsi"
12
13/ {
14 model = "Thundercomm Dragonboard 845c";
15 compatible = "thundercomm,db845c", "qcom,sdm845";
16 #address-cells = <2>;
17 #size-cells = <2>;
18
19 chosen {
20 stdout-path = "serial0:115200n8";
21 };
22
23 aliases {
Vladimir Zapolskiy5c5e8d42023-04-21 20:50:41 +030024 serial0 = &uart9;
Sumit Garg5b32da42022-07-12 12:42:08 +053025 };
26
27 memory {
28 device_type = "memory";
29 reg = <0 0x80000000 0 0xfdfa0000>;
30 };
31
32 psci {
33 compatible = "arm,psci-1.0";
34 method = "smc";
35 };
36
37 soc: soc {
38 serial@a84000 {
39 status = "okay";
40 };
41 };
42};
43
Caleb Connolly89a90d02023-12-05 13:46:48 +000044&pm8998_resin {
45 status = "okay";
46};
47
Sumit Garg5b32da42022-07-12 12:42:08 +053048#include "dragonboard845c-uboot.dtsi"