1/* 2 * Copyright Meta Platforms, Inc. and its affiliates. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/ { 8 coredump_device0: coredump-device0 { 9 compatible = "zephyr,coredump"; 10 coredump-type = "COREDUMP_TYPE_MEMCPY"; 11 status = "okay"; 12 }; 13 14 coredump_devicecb: coredump-device-cb { 15 compatible = "zephyr,coredump"; 16 coredump-type = "COREDUMP_TYPE_CALLBACK"; 17 status = "okay"; 18 memory-regions = <0x0 0x4>; 19 }; 20}; 21