1/* 2 * Copyright (c) 2022 Andes Technology Corporation. 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6/ { 7 mbox-consumer { 8 compatible = "vnd,mbox-consumer"; 9 mboxes = <&mbox 10>, <&mbox 9>; 10 mbox-names = "tx", "rx"; 11 }; 12}; 13 14&cpu0 { 15 status = "disabled"; 16}; 17 18&dram { 19 reg = <0x10000000 0x10000000>; 20}; 21