kernel/arch/arm/boot/dts/at91-linea.dtsi
.. .. @@ -1,11 +1,10 @@ 1 +// SPDX-License-Identifier: GPL-2.0-or-later1 2 /* 2 3 * at91-linea.dtsi - Device Tree Include file for the Axentia Linea Module. 3 4 * 4 5 * Copyright (C) 2017 Axentia Technologies AB 5 6 * 6 7 * Author: Peter Rosin <peda@axentia.se> 7 - *8 - * Licensed under GPLv2 or later.9 8 */ 10 9 11 10 #include "sama5d31.dtsi" .. .. @@ -14,7 +13,7 @@ 14 13 compatible = "axentia,linea", 15 14 "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5"; 16 15 17 - memory {16 + memory@20000000 {18 17 reg = <0x20000000 0x4000000>; 19 18 }; 20 19 };