1 // SPDX-License-Identifier: GPL-2.0+
3 * Qualcomm APQ8096 based Dragonboard 820C board device tree source
5 * (C) Copyright 2017 Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
10 #include "skeleton64.dtsi"
13 model = "Qualcomm Technologies, Inc. DB820c";
14 compatible = "arrow,apq8096-db820c", "qcom,apq8096-sbc";
19 serial0 = &blsp2_uart1;
23 stdout-path = "serial0:115200n8";
27 device_type = "memory";
28 reg = <0 0x80000000 0 0xc0000000>;
36 smem_mem: smem_region@86300000 {
37 reg = <0x0 0x86300000 0x0 0x200000>;
43 compatible = "arm,psci-1.0";
48 compatible = "qcom,smem";
49 memory-region = <&smem_mem>;
55 ranges = <0 0 0 0xffffffff>;
56 compatible = "simple-bus";
58 gcc: clock-controller@300000 {
59 compatible = "qcom,gcc-msm8996";
62 #power-domain-cells = <1>;
63 reg = <0x300000 0x90000>;
66 blsp2_uart1: serial@75b0000 {
67 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
68 reg = <0x75b0000 0x1000>;
72 sdhc2: sdhci@74a4900 {
73 compatible = "qcom,sdhci-msm-v4";
74 reg = <0x74a4900 0x314>, <0x74a4000 0x800>;
78 clock-frequency = <200000000>;
82 compatible = "qcom,spmi-pmic-arb";
83 reg = <0x400f800 0x200>,
86 #address-cells = <0x1>;
90 compatible = "qcom,spmi-pmic";
92 #address-cells = <0x1>;
95 pm8994_pon: pm8994_pon@800 {
96 compatible = "qcom,pm8994-pwrkey";
100 gpio-bank-name="pm8994_key.";
103 pm8994_gpios: pm8994_gpios@c000 {
104 compatible = "qcom,pm8994-gpio";
105 reg = <0xc000 0x400>;
109 gpio-bank-name="pm8994.";
114 compatible = "qcom,spmi-pmic";
116 #address-cells = <0x1>;
124 #include "dragonboard820c-uboot.dtsi"