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 seL4,kernel-devices = 12 "serial0", 13 &{/soc/interrupt-controller@2000000}, 14 &{/soc/timer@200a000}; 15 }; 16 17 memory@80000000 { 18 device_type = "memory"; 19 /* skip one page to avoid overflow */ 20 reg = <0x80000000 0x7ffff000>; 21 }; 22}; 23