1/*
2 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 */
6
7/ {
8 chosen {
9 seL4,elfloader-devices =
10 "serial0";
11
12 seL4,kernel-devices =
13 "serial0",
14 &{/soc@1c00000/interrupt-controller@1c81000},
15 &{/timer};
16 };
17};
18