| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * at91sam9x5cm.dtsi - Device Tree Include file for AT91SAM9x5 CPU Module |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2012 Atmel, |
|---|
| 5 | 6 | * 2012 Nicolas Ferre <nicolas.ferre@atmel.com> |
|---|
| 6 | | - * |
|---|
| 7 | | - * Licensed under GPLv2 or later. |
|---|
| 8 | 7 | */ |
|---|
| 9 | 8 | |
|---|
| 10 | 9 | / { |
|---|
| 11 | | - memory { |
|---|
| 10 | + memory@20000000 { |
|---|
| 12 | 11 | reg = <0x20000000 0x8000000>; |
|---|
| 13 | 12 | }; |
|---|
| 14 | 13 | |
|---|
| .. | .. |
|---|
| 85 | 84 | |
|---|
| 86 | 85 | uboot@40000 { |
|---|
| 87 | 86 | label = "u-boot"; |
|---|
| 88 | | - reg = <0x40000 0x80000>; |
|---|
| 87 | + reg = <0x40000 0xc0000>; |
|---|
| 89 | 88 | }; |
|---|
| 90 | 89 | |
|---|
| 91 | | - ubootenv@c0000 { |
|---|
| 90 | + ubootenvred@100000 { |
|---|
| 91 | + label = "U-Boot Env Redundant"; |
|---|
| 92 | + reg = <0x100000 0x40000>; |
|---|
| 93 | + }; |
|---|
| 94 | + |
|---|
| 95 | + ubootenv@140000 { |
|---|
| 92 | 96 | label = "U-Boot Env"; |
|---|
| 93 | | - reg = <0xc0000 0x140000>; |
|---|
| 97 | + reg = <0x140000 0x40000>; |
|---|
| 98 | + }; |
|---|
| 99 | + |
|---|
| 100 | + dtb@180000 { |
|---|
| 101 | + label = "device tree"; |
|---|
| 102 | + reg = <0x180000 0x80000>; |
|---|
| 94 | 103 | }; |
|---|
| 95 | 104 | |
|---|
| 96 | 105 | kernel@200000 { |
|---|