Loading qcom/sm8150.dtsi +49 −2 Original line number Diff line number Diff line Loading @@ -330,8 +330,10 @@ qseecom_mem: qseecom_region { compatible = "shared-dma-pool"; no-map; reg = <0x0 0x9e400000 0x0 0x1400000>; alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; reusable; alignment = <0x0 0x400000>; size = <0x0 0x1400000>; }; cdsp_sec_mem: cdsp_sec_regions { Loading Loading @@ -2528,6 +2530,51 @@ qcom,dump-id = <0x127>; }; }; qtee_shmbridge { compatible = "qcom,tee-shared-memory-bridge"; }; qcom_qseecom: qseecom@87900000 { compatible = "qcom,qseecom"; reg = <0x87900000 0x2200000>; reg-names = "secapp-region"; memory-region = <&qseecom_mem>; qcom,hlos-num-ce-hw-instances = <1>; qcom,hlos-ce-hw-instance = <0>; qcom,qsee-ce-hw-instance = <0>; qcom,disk-encrypt-pipe-pair = <2>; qcom,support-fde; qcom,no-clock-support; qcom,fde-key-size; qcom,appsbl-qseecom-support; qcom,commonlib64-loaded-by-uefi; qcom,qsee-reentrancy-support = <2>; }; qcom_rng: qrng@793000 { compatible = "qcom,msm-rng"; reg = <0x793000 0x1000>; qcom,no-qrng-config; interconnect-names = "data_path"; interconnects = <&gem_noc MASTER_APPSS_PROC &config_noc SLAVE_PRNG>; clock-names = "km_clk_src"; clocks = <&gcc GCC_PRNG_AHB_CLK>; }; qcom_smcinvoke: smcinvoke@87900000 { compatible = "qcom,smcinvoke"; reg = <0x87900000 0x2200000>; reg-names = "secapp-region"; }; qcom_tzlog: tz-log@146bf720 { compatible = "qcom,tz-log"; reg = <0x146bf720 0x3000>; qcom,hyplog-enabled; hyplog-address-offset = <0x410>; hyplog-size-offset = <0x414>; }; }; &firmware { Loading Loading
qcom/sm8150.dtsi +49 −2 Original line number Diff line number Diff line Loading @@ -330,8 +330,10 @@ qseecom_mem: qseecom_region { compatible = "shared-dma-pool"; no-map; reg = <0x0 0x9e400000 0x0 0x1400000>; alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; reusable; alignment = <0x0 0x400000>; size = <0x0 0x1400000>; }; cdsp_sec_mem: cdsp_sec_regions { Loading Loading @@ -2528,6 +2530,51 @@ qcom,dump-id = <0x127>; }; }; qtee_shmbridge { compatible = "qcom,tee-shared-memory-bridge"; }; qcom_qseecom: qseecom@87900000 { compatible = "qcom,qseecom"; reg = <0x87900000 0x2200000>; reg-names = "secapp-region"; memory-region = <&qseecom_mem>; qcom,hlos-num-ce-hw-instances = <1>; qcom,hlos-ce-hw-instance = <0>; qcom,qsee-ce-hw-instance = <0>; qcom,disk-encrypt-pipe-pair = <2>; qcom,support-fde; qcom,no-clock-support; qcom,fde-key-size; qcom,appsbl-qseecom-support; qcom,commonlib64-loaded-by-uefi; qcom,qsee-reentrancy-support = <2>; }; qcom_rng: qrng@793000 { compatible = "qcom,msm-rng"; reg = <0x793000 0x1000>; qcom,no-qrng-config; interconnect-names = "data_path"; interconnects = <&gem_noc MASTER_APPSS_PROC &config_noc SLAVE_PRNG>; clock-names = "km_clk_src"; clocks = <&gcc GCC_PRNG_AHB_CLK>; }; qcom_smcinvoke: smcinvoke@87900000 { compatible = "qcom,smcinvoke"; reg = <0x87900000 0x2200000>; reg-names = "secapp-region"; }; qcom_tzlog: tz-log@146bf720 { compatible = "qcom,tz-log"; reg = <0x146bf720 0x3000>; qcom,hyplog-enabled; hyplog-address-offset = <0x410>; hyplog-size-offset = <0x414>; }; }; &firmware { Loading