Sebastian Hesselbarth | 2440946 | 2013-09-09 14:17:52 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree file for Sony NSZ-GS7 |
| 3 | * |
| 4 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
| 5 | * |
Antoine Tenart | 9746e10 | 2015-04-27 21:39:47 +0200 | [diff] [blame] | 6 | * This file is dual-licensed: you can use it either under the terms |
| 7 | * of the GPL or the X11 license, at your option. Note that this dual |
| 8 | * licensing only applies to this file, and not this project as a |
| 9 | * whole. |
| 10 | * |
| 11 | * a) This file is licensed under the terms of the GNU General Public |
| 12 | * License version 2. This program is licensed "as is" without any |
| 13 | * warranty of any kind, whether express or implied. |
| 14 | * |
| 15 | * Or, alternatively, |
| 16 | * |
| 17 | * b) Permission is hereby granted, free of charge, to any person |
| 18 | * obtaining a copy of this software and associated documentation |
| 19 | * files (the "Software"), to deal in the Software without |
| 20 | * restriction, including without limitation the rights to use, |
| 21 | * copy, modify, merge, publish, distribute, sublicense, and/or |
| 22 | * sell copies of the Software, and to permit persons to whom the |
| 23 | * Software is furnished to do so, subject to the following |
| 24 | * conditions: |
| 25 | * |
| 26 | * The above copyright notice and this permission notice shall be |
| 27 | * included in all copies or substantial portions of the Software. |
| 28 | * |
| 29 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 30 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 31 | * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 32 | * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 33 | * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 34 | * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 35 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 36 | * OTHER DEALINGS IN THE SOFTWARE. |
Sebastian Hesselbarth | 2440946 | 2013-09-09 14:17:52 +0200 | [diff] [blame] | 37 | */ |
| 38 | |
| 39 | /dts-v1/; |
| 40 | |
| 41 | #include "berlin2.dtsi" |
| 42 | |
| 43 | / { |
| 44 | model = "Sony NSZ-GS7"; |
| 45 | compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin"; |
| 46 | |
| 47 | chosen { |
Jisheng Zhang | c56e1a2 | 2015-09-14 14:42:13 +0800 | [diff] [blame] | 48 | bootargs = "earlyprintk"; |
| 49 | stdout-path = "serial0:115200n8"; |
Sebastian Hesselbarth | 2440946 | 2013-09-09 14:17:52 +0200 | [diff] [blame] | 50 | }; |
| 51 | |
| 52 | memory { |
| 53 | device_type = "memory"; |
| 54 | reg = <0x00000000 0x40000000>; /* 1 GB */ |
| 55 | }; |
| 56 | }; |
| 57 | |
Sebastian Hesselbarth | 9f6386e | 2014-11-12 00:18:59 +0100 | [diff] [blame] | 58 | &ahci { status = "okay"; }; |
| 59 | |
Sebastian Hesselbarth | 60daa9f | 2014-10-22 20:26:52 +0200 | [diff] [blame] | 60 | ð1 { status = "okay"; }; |
| 61 | |
Sebastian Hesselbarth | 9f6386e | 2014-11-12 00:18:59 +0100 | [diff] [blame] | 62 | /* Unpopulated SATA plug on solder side */ |
| 63 | &sata0 { status = "okay"; }; |
| 64 | |
| 65 | &sata_phy { status = "okay"; }; |
| 66 | |
Sebastian Hesselbarth | e4fdc8e | 2014-08-28 21:42:39 +0200 | [diff] [blame] | 67 | /* Samsung M8G2FA 8GB eMMC */ |
| 68 | &sdhci2 { |
| 69 | non-removable; |
| 70 | bus-width = <8>; |
| 71 | status = "okay"; |
| 72 | }; |
| 73 | |
Sebastian Hesselbarth | 2440946 | 2013-09-09 14:17:52 +0200 | [diff] [blame] | 74 | &uart0 { status = "okay"; }; |