009f7c9f56
Update EXYNOS5 device tree source files for EXYNOS5250 SoC. This includes new additions to the EXYNOS5 dtsi and SMDK5250 dts files and few minor fixes. Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
74 lines
1.3 KiB
Text
74 lines
1.3 KiB
Text
/*
|
|
* SAMSUNG SMDK5250 board device tree source
|
|
*
|
|
* Copyright (c) 2012 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/ "exynos5250.dtsi"
|
|
|
|
/ {
|
|
model = "SAMSUNG SMDK5250 board based on EXYNOS5250";
|
|
compatible = "samsung,smdk5250", "samsung,exynos5250";
|
|
|
|
memory {
|
|
reg = <0x40000000 0x80000000>;
|
|
};
|
|
|
|
chosen {
|
|
bootargs = "root=/dev/ram0 rw ramdisk=8192 console=ttySAC1,115200";
|
|
};
|
|
|
|
i2c@12C60000 {
|
|
samsung,i2c-sda-delay = <100>;
|
|
samsung,i2c-max-bus-freq = <20000>;
|
|
gpios = <&gpb3 0 2 3 0>,
|
|
<&gpb3 1 2 3 0>;
|
|
|
|
eeprom@50 {
|
|
compatible = "samsung,s524ad0xd1";
|
|
reg = <0x50>;
|
|
};
|
|
};
|
|
|
|
i2c@12C70000 {
|
|
samsung,i2c-sda-delay = <100>;
|
|
samsung,i2c-max-bus-freq = <20000>;
|
|
gpios = <&gpb3 2 2 3 0>,
|
|
<&gpb3 3 2 3 0>;
|
|
|
|
eeprom@51 {
|
|
compatible = "samsung,s524ad0xd1";
|
|
reg = <0x51>;
|
|
};
|
|
};
|
|
|
|
i2c@12C80000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
i2c@12C90000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
i2c@12CA0000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
i2c@12CB0000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
i2c@12CC0000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
i2c@12CD0000 {
|
|
status = "disabled";
|
|
};
|
|
};
|