Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1/*
2 * SAMSUNG EXYNOS5800 SoC device tree source
3 *
4 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
6 *
7 * SAMSUNG EXYNOS5800 SoC device nodes are listed in this file.
8 * EXYNOS5800 based board files can include this file and provide
9 * values for board specfic bindings.
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
14 */
15
16#include "exynos5420.dtsi"
17
18/ {
19 compatible = "samsung,exynos5800", "samsung,exynos5";
20};
21
22&clock {
23 compatible = "samsung,exynos5800-clock";
24};
25
26&mfc {
27 compatible = "samsung,mfc-v8";
28};