mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
34dcedfbf9
Add initial device tree nodes for EXYNOS5420 SoC and SMDK5420 board. Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
34 lines
716 B
Plaintext
34 lines
716 B
Plaintext
/*
|
|
* SAMSUNG SMDK5420 board device tree source
|
|
*
|
|
* Copyright (c) 2013 Samsung Electronics Co., Ltd.
|
|
* http://www.samsung.com
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "exynos5420.dtsi"
|
|
|
|
/ {
|
|
model = "Samsung SMDK5420 board based on EXYNOS5420";
|
|
compatible = "samsung,smdk5420", "samsung,exynos5420";
|
|
|
|
memory {
|
|
reg = <0x20000000 0x80000000>;
|
|
};
|
|
|
|
chosen {
|
|
bootargs = "console=ttySAC2,115200 init=/linuxrc";
|
|
};
|
|
|
|
fixed-rate-clocks {
|
|
oscclk {
|
|
compatible = "samsung,exynos5420-oscclk";
|
|
clock-frequency = <24000000>;
|
|
};
|
|
};
|
|
};
|