blob: fbe72595f5aca305d68e207429984b5c2fa2120e [file] [log] [blame]
Caleb Connollydc036f72024-08-21 15:41:47 +02001// SPDX-License-Identifier: BSD-3-Clause
2/*
3 * Copyright (c) 2024 Linaro Ltd.
4 */
5/ {
6 /* When running as the primary bootloader there is no prior
7 * stage to populate the memory layout for us. We *should*
8 * have two nodes here, but ABL does NOT like that.
9 * sooo we're stuck with this.
10 */
11 memory@80000000 {
12 device_type = "memory";
13 reg = <0 0x80000000 0 0x3A800000>,
14 <0 0xC0000000 0 0x01800000>,
15 <0 0xC3400000 0 0x3CC00000>,
16 <1 0x00000000 1 0x00000000>;
17 };
18};
19
Caleb Connolly37c7eff2024-08-21 15:41:48 +020020&usb_1_dwc3 {
21 dr_mode = "host";
22 /delete-property/ usb-role-switch;
23};
24
Caleb Connollydc036f72024-08-21 15:41:47 +020025// RAM Entry 0 : Base 0x0080000000 Size 0x003A800000
26// RAM Entry 1 : Base 0x00C0000000 Size 0x0001800000
27// RAM Entry 2 : Base 0x00C3400000 Size 0x003CC00000
28// RAM Entry 3 : Base 0x0100000000 Size 0x0100000000