0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Samsung's S3C6400 SoC device tree source
0004 *
0005 * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>
0006 *
0007 * Samsung's S3C6400 SoC device nodes are listed in this file. S3C6400
0008 * based board files can include this file and provide values for board specfic
0009 * bindings.
0010 *
0011 * Note: This file does not include device nodes for all the controllers in
0012 * S3C6400 SoC. As device tree coverage for S3C6400 increases, additional
0013 * nodes can be added to this file.
0014 */
0015
0016 #include "s3c64xx.dtsi"
0017
0018 / {
0019 compatible = "samsung,s3c6400";
0020 };
0021
0022 &vic0 {
0023 valid-mask = <0xfffffe1f>;
0024 valid-wakeup-mask = <0x00200004>;
0025 };
0026
0027 &vic1 {
0028 valid-mask = <0xffffffff>;
0029 valid-wakeup-mask = <0x53020000>;
0030 };
0031
0032 &soc {
0033 clocks: clock-controller@7e00f000 {
0034 compatible = "samsung,s3c6400-clock";
0035 reg = <0x7e00f000 0x1000>;
0036 #clock-cells = <1>;
0037 };
0038 };