1 // SPDX-License-Identifier: GPL-2.0
3 * Samsung S3C6410 based SMDK6410 board device tree source.
5 * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>
7 * Device tree source file for SAMSUNG SMDK6410 board which is based on
8 * Samsung's S3C6410 SoC.
13 #include <dt-bindings/gpio/gpio.h>
14 #include <dt-bindings/interrupt-controller/irq.h>
16 #include "s3c6410.dtsi"
19 model = "SAMSUNG SMDK6410 board based on S3C6410";
20 compatible = "samsung,mini6410", "samsung,s3c6410";
23 reg = <0x50000000 0x8000000>;
27 bootargs = "console=ttySAC0,115200n8 earlyprintk rootwait root=/dev/mmcblk0p1";
31 compatible = "simple-bus";
35 fin_pll: oscillator@0 {
36 compatible = "fixed-clock";
38 clock-frequency = <12000000>;
39 clock-output-names = "fin_pll";
43 xusbxti: oscillator@1 {
44 compatible = "fixed-clock";
46 clock-output-names = "xusbxti";
47 clock-frequency = <48000000>;
53 compatible = "simple-bus";
56 reg = <0x18000000 0x8000000>;
60 compatible = "smsc,lan9115";
61 reg = <0x18000000 0x10000>;
62 interrupt-parent = <&gpn>;
63 interrupts = <10 IRQ_TYPE_LEVEL_LOW>;
66 smsc,force-internal-phy;
72 pinctrl-names = "default";
73 pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
79 pinctrl-names = "default";
80 pinctrl-0 = <&uart0_data>, <&uart0_fctl>;
85 pinctrl-names = "default";
86 pinctrl-0 = <&uart1_data>;
91 pinctrl-names = "default";
92 pinctrl-0 = <&uart2_data>;
97 pinctrl-names = "default";
98 pinctrl-0 = <&uart3_data>;