Tomasz Figa | 4961cfd | 2013-08-26 02:37:59 +0900 | [diff] [blame] | 1 | /* |
| 2 | * Samsung's S3C6400 SoC device tree source |
| 3 | * |
| 4 | * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com> |
| 5 | * |
| 6 | * Samsung's S3C6400 SoC device nodes are listed in this file. S3C6400 |
| 7 | * based board files can include this file and provide values for board specfic |
| 8 | * bindings. |
| 9 | * |
| 10 | * Note: This file does not include device nodes for all the controllers in |
| 11 | * S3C6400 SoC. As device tree coverage for S3C6400 increases, additional |
| 12 | * nodes can be added to this file. |
| 13 | * |
| 14 | * This program is free software; you can redistribute it and/or modify |
| 15 | * it under the terms of the GNU General Public License version 2 as |
| 16 | * published by the Free Software Foundation. |
| 17 | */ |
| 18 | |
| 19 | #include "s3c64xx.dtsi" |
| 20 | |
| 21 | / { |
| 22 | compatible = "samsung,s3c6400"; |
| 23 | }; |
| 24 | |
| 25 | &vic0 { |
| 26 | valid-mask = <0xfffffe1f>; |
| 27 | valid-wakeup-mask = <0x00200004>; |
| 28 | }; |
| 29 | |
| 30 | &vic1 { |
| 31 | valid-mask = <0xffffffff>; |
| 32 | valid-wakeup-mask = <0x53020000>; |
| 33 | }; |
| 34 | |
| 35 | &soc { |
| 36 | clocks: clock-controller@7e00f000 { |
| 37 | compatible = "samsung,s3c6400-clock"; |
| 38 | reg = <0x7e00f000 0x1000>; |
| 39 | #clock-cells = <1>; |
| 40 | }; |
| 41 | }; |