2 * Samsung S3C6410 based SMDK6410 board device tree source.
4 * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>
6 * Device tree source file for SAMSUNG SMDK6410 board which is based on
7 * Samsung's S3C6410 SoC.
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
16 #include <dt-bindings/gpio/gpio.h>
17 #include <dt-bindings/interrupt-controller/irq.h>
19 #include "s3c6410.dtsi"
22 model = "SAMSUNG SMDK6410 board based on S3C6410";
23 compatible = "samsung,mini6410", "samsung,s3c6410";
26 reg = <0x50000000 0x8000000>;
30 bootargs = "console=ttySAC0,115200n8 earlyprintk rootwait root=/dev/mmcblk0p1";
34 compatible = "simple-bus";
38 fin_pll: oscillator@0 {
39 compatible = "fixed-clock";
41 clock-frequency = <12000000>;
42 clock-output-names = "fin_pll";
46 xusbxti: oscillator@1 {
47 compatible = "fixed-clock";
49 clock-output-names = "xusbxti";
50 clock-frequency = <48000000>;
56 compatible = "simple-bus";
59 reg = <0x18000000 0x8000000>;
63 compatible = "smsc,lan9115";
64 reg = <0x18000000 0x10000>;
65 interrupt-parent = <&gpn>;
66 interrupts = <10 IRQ_TYPE_LEVEL_LOW>;
69 smsc,force-internal-phy;
75 pinctrl-names = "default";
76 pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
82 pinctrl-names = "default";
83 pinctrl-0 = <&uart0_data>, <&uart0_fctl>;
88 pinctrl-names = "default";
89 pinctrl-0 = <&uart1_data>;
94 pinctrl-names = "default";
95 pinctrl-0 = <&uart2_data>;
100 pinctrl-names = "default";
101 pinctrl-0 = <&uart3_data>;