[PATCH 2/7] ARM: s5pv310-dt: Add a basic dts file for SMDKV310 machine
Thomas Abraham
thomas.abraham at linaro.org
Sat Feb 12 23:47:00 EST 2011
This patch adds a basic dts file for Samsung's SMDKV310 board which
is based on the s5pv310 machine.
Signed-off-by: Thomas Abraham <thomas.abraham at linaro.org>
---
arch/arm/mach-s5pv310/mach-smdkv310.dts | 78 +++++++++++++++++++++++++++++++
1 files changed, 78 insertions(+), 0 deletions(-)
create mode 100755 arch/arm/mach-s5pv310/mach-smdkv310.dts
diff --git a/arch/arm/mach-s5pv310/mach-smdkv310.dts b/arch/arm/mach-s5pv310/mach-smdkv310.dts
new file mode 100755
index 0000000..75aa76d
--- /dev/null
+++ b/arch/arm/mach-s5pv310/mach-smdkv310.dts
@@ -0,0 +1,78 @@
+/dts-v1/;
+
+/ {
+ model = "smdkv310";
+ compatible = "samsung,s5pv310","samsung,smdkv310";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ cpus {
+ cpu at 0{
+ compatible = "arm,cortex-a9";
+ };
+
+ cpu at 1 {
+ compatible = "arm,cortex-a9";
+ };
+ };
+
+ memory {
+ device_type = "memory";
+ reg = <0x40000000 0x08000000>;
+ };
+
+ chosen {
+ bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC1,115200 init=/linuxrc";
+ console-defaults = <0x3c5 0x3 0x111>;
+ xtal-frequency = <24000000>;
+ };
+
+ soc {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ interrupt-parent = <&GIC>;
+ compatible = "samsung,s5pv310-soc","simple-bus";
+ ranges;
+
+ GIC:gic at 0x10500000 {
+ #interrupt-cells = <1>;
+ interrupt-controller;
+ reg = <0x10500000 0x1000>;
+ compatible = "samsung,s5pv310-gic","arm,gic";
+ };
+
+ watchdog at 0x10060000 {
+ reg = <0x10060000 0x400>;
+ interrupts = <552>;
+ compatible = "samsung,s5pv310-wdt","samsung,s3c2410-wdt";
+ };
+
+ serial at 0x13800000 {
+ reg = <0x13800000 0x100>;
+ interrupts = <16 18 17>;
+ reg-defaults = <0x3c5 0x3 0x111>;
+ compatible = "samsung,s5pv310-uart","samsung,s3c2410-uart";
+ };
+
+ serial at 0x13810000 {
+ reg = <0x13810000 0x100>;
+ interrupts = <20 22 21>;
+ reg-defaults = <0x3c5 0x3 0x111>;
+ compatible = "samsung,s5pv310-uart","samsung,s3c2410-uart";
+ };
+
+ serial at 0x13820000 {
+ reg = <0x13820000 0x100>;
+ interrupts = <24 26 25>;
+ reg-defaults = <0x3c5 0x3 0x111>;
+ compatible = "samsung,s5pv310-uart","samsung,s3c2410-uart";
+ };
+
+ serial at 0x13830000 {
+ reg = <0x13830000 0x100>;
+ interrupts = <28 30 29>;
+ reg-defaults = <0x3c5 0x3 0x111>;
+ compatible = "samsung,s5pv310-uart","samsung,s3c2410-uart";
+ };
+ };
+};
--
1.6.6.rc2
More information about the devicetree-discuss
mailing list