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