1/*
2 * SPDX-License-Identifier: Apache-2.0
3 */
4
5/ {
6	aliases {
7		dma0 = &dma0;
8	};
9};
10
11&dma0 {
12	status = "okay";
13};
14