Marek Vasut | 4157c47 | 2017-07-21 23:16:59 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree Source for the Salvator-X board |
| 3 | * |
| 4 | * Copyright (C) 2016 Renesas Electronics Corp. |
| 5 | * |
| 6 | * This file is licensed under the terms of the GNU General Public License |
| 7 | * version 2. This program is licensed "as is" without any warranty of any |
| 8 | * kind, whether express or implied. |
| 9 | */ |
| 10 | |
Marek Vasut | 37a7908 | 2017-09-12 23:01:51 +0200 | [diff] [blame] | 11 | #define CPG_AUDIO_CLK_I R8A7796_CLK_S0D4 |
| 12 | |
Marek Vasut | 4157c47 | 2017-07-21 23:16:59 +0200 | [diff] [blame] | 13 | /dts-v1/; |
| 14 | #include "r8a7796.dtsi" |
Marek Vasut | 37a7908 | 2017-09-12 23:01:51 +0200 | [diff] [blame] | 15 | #include "salvator-x.dtsi" |
Marek Vasut | 4157c47 | 2017-07-21 23:16:59 +0200 | [diff] [blame] | 16 | |
| 17 | / { |
| 18 | model = "Renesas Salvator-X board based on r8a7796"; |
| 19 | compatible = "renesas,salvator-x", "renesas,r8a7796"; |
| 20 | |
Marek Vasut | 4157c47 | 2017-07-21 23:16:59 +0200 | [diff] [blame] | 21 | memory@48000000 { |
| 22 | device_type = "memory"; |
| 23 | /* first 128MB is reserved for secure area. */ |
| 24 | reg = <0x0 0x48000000 0x0 0x78000000>; |
| 25 | }; |
| 26 | |
| 27 | memory@600000000 { |
| 28 | device_type = "memory"; |
| 29 | reg = <0x6 0x00000000 0x0 0x80000000>; |
| 30 | }; |
Marek Vasut | 4157c47 | 2017-07-21 23:16:59 +0200 | [diff] [blame] | 31 | }; |