forked from Minki/linux
15 lines
277 B
Plaintext
15 lines
277 B
Plaintext
|
/*
|
||
|
* at91sam9x5cm.dtsi - Device Tree Include file for AT91SAM9x5 CPU Module
|
||
|
*
|
||
|
* Copyright (C) 2012 Atmel,
|
||
|
* 2012 Nicolas Ferre <nicolas.ferre@atmel.com>
|
||
|
*
|
||
|
* Licensed under GPLv2 or later.
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
memory@20000000 {
|
||
|
reg = <0x20000000 0x8000000>;
|
||
|
};
|
||
|
};
|