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		    "serial1";
11
12		seL4,kernel-devices =
13		    "serial1",
14		    &{/soc/interrupt-controller@7e00b200},
15		    &{/soc/local_intc@40000000},
16		    &{/timer};
17	};
18
19	memory {
20		/* This is configurable in the Pi's config.txt, but we use 128MiB of RAM by default. */
21		reg = <0x00 0x08000000>;
22	};
23};
24