12fe4e5f8Sopenharmony_ci/*
22fe4e5f8Sopenharmony_ci * Copyright (C) 2022 Hisilicon (Shanghai) Technologies Co., Ltd. All rights reserved.
32fe4e5f8Sopenharmony_ci *
42fe4e5f8Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License");
52fe4e5f8Sopenharmony_ci * you may not use this file except in compliance with the License.
62fe4e5f8Sopenharmony_ci * You may obtain a copy of the License at
72fe4e5f8Sopenharmony_ci *
82fe4e5f8Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0
92fe4e5f8Sopenharmony_ci *
102fe4e5f8Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software
112fe4e5f8Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS,
122fe4e5f8Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
132fe4e5f8Sopenharmony_ci * See the License for the specific language governing permissions and
142fe4e5f8Sopenharmony_ci * limitations under the License.
152fe4e5f8Sopenharmony_ci */
162fe4e5f8Sopenharmony_ci
172fe4e5f8Sopenharmony_ci/dts-v1/;
182fe4e5f8Sopenharmony_ci
192fe4e5f8Sopenharmony_ci/ {
202fe4e5f8Sopenharmony_ci    description = "U-Boot uImage source file for Hi3751V350";
212fe4e5f8Sopenharmony_ci    #address-cells = <1>;
222fe4e5f8Sopenharmony_ci
232fe4e5f8Sopenharmony_ci    images {
242fe4e5f8Sopenharmony_ci	    ramdisk@1 {
252fe4e5f8Sopenharmony_ci            description = "ohos updater Ramdisk Image";
262fe4e5f8Sopenharmony_ci            data = /incbin/("./updater_ramdisk.img");
272fe4e5f8Sopenharmony_ci            type = "ramdisk";
282fe4e5f8Sopenharmony_ci            arch = "arm";
292fe4e5f8Sopenharmony_ci            os = "linux";
302fe4e5f8Sopenharmony_ci            compression = "none";
312fe4e5f8Sopenharmony_ci            load = <0x86000000>;
322fe4e5f8Sopenharmony_ci            entry = <0x86000000>;
332fe4e5f8Sopenharmony_ci        };
342fe4e5f8Sopenharmony_ci    };
352fe4e5f8Sopenharmony_ci
362fe4e5f8Sopenharmony_ci    configurations {
372fe4e5f8Sopenharmony_ci        default = "conf@updater";
382fe4e5f8Sopenharmony_ci        conf@updater {
392fe4e5f8Sopenharmony_ci            description = "ohos updater Ramdisk Image";
402fe4e5f8Sopenharmony_ci            ramdisk = "ramdisk@1";
412fe4e5f8Sopenharmony_ci        };
422fe4e5f8Sopenharmony_ci    };
432fe4e5f8Sopenharmony_ci};
44