/memreserve/ 0xE0000000 0x1900000;
/ {
+ ion-hpa-heap {
+ ion_video_fw {
+ compatible = "exynos9820-ion";
+ ion,heapname = "vfw_heap";
+ ion,secure;
+ ion,protection_id = <2>;
+ ion,alignment = <0x10000>;
+ };
+
+ ion_video_nfw {
+ compatible = "exynos9820-ion";
+ ion,heapname = "vnfw_heap";
+ ion,protection_id = <7>;
+ ion,alignment = <0x10000>;
+ };
+
+ ion_video_frame {
+ compatible = "exynos9820-ion";
+ ion,heapname = "vframe_heap";
+ ion,secure;
+ ion,protection_id = <5>;
+ ion,alignment = <0x10000>;
+ };
+
+ ion_video_scaler {
+ compatible = "exynos9820-ion";
+ ion,heapname = "vscaler_heap";
+ ion,secure;
+ ion,protection_id = <6>;
+ ion,alignment = <0x10000>;
+ };
+ };
+
reserved-memory {
#address-cells = <2>;
#size-cells = <1>;