Sumit Garg | d35b211 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 1 | // 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 Zapolskiy | 0e889a7 | 2023-04-21 20:50:41 +0300 | [diff] [blame] | 24 | serial0 = &uart9; |
Sumit Garg | d35b211 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 25 | }; |
| 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 Connolly | 5df679a | 2023-11-30 16:13:50 +0000 | [diff] [blame] | 44 | &pm8998_resin { |
| 45 | status = "okay"; |
| 46 | }; |
| 47 | |
Sumit Garg | d35b211 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 48 | #include "dragonboard845c-uboot.dtsi" |