mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 15:12:21 +00:00
1d55110003
Most of the smdkv310 features are common with other exynos4 boards. To permit easier addition of driver model support, use the common file and add a device tree file. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
21 lines
372 B
Text
21 lines
372 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";
|
|
};
|
|
|
|
};
|