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 9>, <&mbox 10>;
10		mbox-names = "tx", "rx";
11	};
12};
13
14&dram {
15	reg = <0x00000000 0x10000000>;
16};
17