hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/arm/boot/dts/at91sam9x5cm.dtsi
....@@ -1,14 +1,13 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * at91sam9x5cm.dtsi - Device Tree Include file for AT91SAM9x5 CPU Module
34 *
45 * Copyright (C) 2012 Atmel,
56 * 2012 Nicolas Ferre <nicolas.ferre@atmel.com>
6
- *
7
- * Licensed under GPLv2 or later.
87 */
98
109 / {
11
- memory {
10
+ memory@20000000 {
1211 reg = <0x20000000 0x8000000>;
1312 };
1413
....@@ -85,12 +84,22 @@
8584
8685 uboot@40000 {
8786 label = "u-boot";
88
- reg = <0x40000 0x80000>;
87
+ reg = <0x40000 0xc0000>;
8988 };
9089
91
- ubootenv@c0000 {
90
+ ubootenvred@100000 {
91
+ label = "U-Boot Env Redundant";
92
+ reg = <0x100000 0x40000>;
93
+ };
94
+
95
+ ubootenv@140000 {
9296 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>;
94103 };
95104
96105 kernel@200000 {