ARM: dts: rmobile: Add soc label to Gen3
[oweals/u-boot.git] / arch / arm / dts / dragonboard410c.dts
index d9d5831f4f8b781c17026d4ee4cae33adb53444d..fa348bc621eadd59d2beb5593054e768106e7d78 100644 (file)
@@ -8,6 +8,7 @@
 /dts-v1/;
 
 #include "skeleton64.dtsi"
+#include <dt-bindings/pinctrl/pinctrl-snapdragon.h>
 
 / {
        model = "Qualcomm Technologies, Inc. Dragonboard 410c";
        #address-cells = <0x2>;
        #size-cells = <0x2>;
 
+       aliases {
+               usb0 = "/soc/ehci@78d9000";
+       };
+
        memory {
                device_type = "memory";
                reg = <0 0x80000000 0 0x3da00000>;
                #address-cells = <2>;
                #size-cells = <2>;
                ranges;
+
+               smem_mem: smem_region@86300000 {
+                       reg = <0x0 0x86300000 0x0 0x100000>;
+                       no-map;
+               };
        };
 
        chosen {
                stdout-path = "/soc/serial@78b0000";
        };
 
+       smem {
+               compatible = "qcom,smem";
+               memory-region = <&smem_mem>;
+               qcom,rpm-msg-ram = <&rpm_msg_ram>;
+       };
+
        soc {
                #address-cells = <0x1>;
                #size-cells = <0x1>;
                ranges = <0x0 0x0 0x0 0xffffffff>;
                compatible = "simple-bus";
 
+               rpm_msg_ram: memory@60000 {
+                       compatible = "qcom,rpm-msg-ram";
+                       reg = <0x60000 0x8000>;
+               };
+
+               pinctrl: qcom,tlmm@1000000 {
+                       compatible = "qcom,tlmm-apq8016";
+                       reg = <0x1000000 0x400000>;
+
+                       blsp1_uart: uart {
+                               function = "blsp1_uart";
+                               pins = "GPIO_4", "GPIO_5";
+                               drive-strength = <DRIVE_STRENGTH_8MA>;
+                               bias-disable;
+                       };
+               };
                clkc: qcom,gcc@1800000 {
                        compatible = "qcom,gcc-apq8016";
                        reg = <0x1800000 0x80000>;
@@ -49,6 +81,8 @@
                        compatible = "qcom,msm-uartdm-v1.4";
                        reg = <0x78b0000 0x200>;
                        clock = <&clkc 4>;
+                       pinctrl-names = "uart";
+                       pinctrl-0 = <&blsp1_uart>;
                };
 
                soc_gpios: pinctrl@1000000 {
                ehci@78d9000 {
                        compatible = "qcom,ehci-host";
                        reg = <0x78d9000 0x400>;
+                       phys = <&ehci_phy>;
+               };
+
+               ehci_phy: ehci_phy@78d9000 {
+                       compatible = "qcom,apq8016-usbphy";
+                       reg = <0x78d9000 0x400>;
+                       #phy-cells = <0>;
                };
 
                sdhci@07824000 {