mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
2fdd7d9e1a
We should be consistent about this. The kernel has moved to #include which breaks error reporting to some extent but does allow us to include binding files. Signed-off-by: Simon Glass <sjg@chromium.org>
21 lines
371 B
Text
21 lines
371 B
Text
/*
|
|
* Samsung's Exynos4210-based SMDKV310 board device tree source
|
|
*
|
|
* Copyright (c) 2014 Google, Inc
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "exynos4.dtsi"
|
|
|
|
/ {
|
|
model = "Samsung SMDKV310 on Exynos4210";
|
|
compatible = "samsung,smdkv310", "samsung,exynos4210";
|
|
|
|
aliases {
|
|
serial0 = "/serial@13800000";
|
|
console = "/serial@13820000";
|
|
};
|
|
|
|
};
|