ARM: dts: rmobile: Add soc label to Gen3
[oweals/u-boot.git] / arch / arm / dts / dragonboard410c.dts
index 182a865b0ab50e4fc888b61609082f55dc77764a..fa348bc621eadd59d2beb5593054e768106e7d78 100644 (file)
        #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>;
                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 {