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		    /* This platform doesn't use the arm generic timer for the kernel timer. */
16		    &{/soc@1c00000/timer@1c20c00};
17	};
18};
19