arm64: dts: qcom: msm8998: Add smem related nodes
authorBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 4 Sep 2018 05:01:20 +0000 (22:01 -0700)
committerAndy Gross <andy.gross@linaro.org>
Thu, 13 Sep 2018 18:56:45 +0000 (13:56 -0500)
Add reserve-memory nodes, tcsr-mutex nodes and the smem node.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/msm8998.dtsi

index 8a8ca5f..d734ddd 100644 (file)
                reg = <0 0 0 0>;
        };
 
+       reserved-memory {
+               #address-cells = <2>;
+               #size-cells = <2>;
+               ranges;
+
+               memory@85800000 {
+                       reg = <0x0 0x85800000 0x0 0x800000>;
+                       no-map;
+               };
+
+               smem_mem: smem-mem@86000000 {
+                       reg = <0x0 0x86000000 0x0 0x200000>;
+                       no-map;
+               };
+
+               memory@86200000 {
+                       reg = <0x0 0x86200000 0x0 0x2600000>;
+                       no-map;
+               };
+
+               rmtfs {
+                       compatible = "qcom,rmtfs-mem";
+
+                       size = <0x0 0x200000>;
+                       alloc-ranges = <0x0 0xa0000000 0x0 0x2000000>;
+                       no-map;
+
+                       qcom,client-id = <1>;
+                       qcom,vmid = <15>;
+               };
+       };
+
        clocks {
                xo_board {
                        compatible = "fixed-clock";
                };
        };
 
+       tcsr_mutex: hwlock {
+               compatible = "qcom,tcsr-mutex";
+               syscon = <&tcsr_mutex_regs 0 0x1000>;
+               #hwlock-cells = <1>;
+       };
+
        psci {
                compatible = "arm,psci-1.0";
                method = "smc";
                };
        };
 
+       smem {
+               compatible = "qcom,smem";
+               memory-region = <&smem_mem>;
+               hwlocks = <&tcsr_mutex 3>;
+       };
+
        thermal-zones {
                cpu-thermal0 {
                        polling-delay-passive = <250>;
                        #thermal-sensor-cells = <1>;
                };
 
+               tcsr_mutex_regs: syscon@1f40000 {
+                       compatible = "syscon";
+                       reg = <0x1f40000 0x20000>;
+               };
+
                apcs_glb: mailbox@9820000 {
                        compatible = "qcom,msm8998-apcs-hmss-global";
                        reg = <0x17911000 0x1000>;