-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: dts: renesas: Add R-Car Salvator-x M3-N support
Add basic support for R-Car Salvator-X M3-N (R8A77965) board. Based on original work from: Takeshi Kihara <takeshi.kihara.df@renesas.com> Magnus Damm <damm+renesas@opensource.se> Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
- Loading branch information
Jacopo Mondi
authored and
Simon Horman
committed
Mar 13, 2018
1 parent
df863d6
commit 5a2cd7e
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* | ||
* Device Tree Source for the Salvator-X board with R-Car M3-N | ||
* | ||
* Copyright (C) 2018 Jacopo Mondi <jacopo+renesas@jmondi.org> | ||
*/ | ||
|
||
/dts-v1/; | ||
#include "r8a77965.dtsi" | ||
#include "salvator-x.dtsi" | ||
|
||
/ { | ||
model = "Renesas Salvator-X board based on r8a77965"; | ||
compatible = "renesas,salvator-x", "renesas,r8a77965"; | ||
|
||
memory@48000000 { | ||
device_type = "memory"; | ||
/* first 128MB is reserved for secure area. */ | ||
reg = <0x0 0x48000000 0x0 0x78000000>; | ||
}; | ||
}; |