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,smdk6410", "samsung,s3c6410";
23 device_type = "memory";
24 reg = <0x50000000 0x8000000>;
28 bootargs = "console=ttySAC0,115200n8 earlyprintk rootwait root=/dev/mmcblk0p1";
31 fin_pll: oscillator-0 {
32 compatible = "fixed-clock";
33 clock-frequency = <12000000>;
34 clock-output-names = "fin_pll";
38 xusbxti: oscillator-1 {
39 compatible = "fixed-clock";
40 clock-output-names = "xusbxti";
41 clock-frequency = <48000000>;
45 srom-cs1-bus@18000000 {
46 compatible = "simple-bus";
49 reg = <0x18000000 0x8000000>;
53 compatible = "smsc,lan9115";
54 reg = <0x18000000 0x10000>;
55 interrupt-parent = <&gpn>;
56 interrupts = <10 IRQ_TYPE_LEVEL_LOW>;
59 smsc,force-internal-phy;
69 pinctrl-names = "default";
70 pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
76 pinctrl-names = "default";
77 pinctrl-0 = <&uart0_data>, <&uart0_fctl>;
82 pinctrl-names = "default";
83 pinctrl-0 = <&uart1_data>;
88 pinctrl-names = "default";
89 pinctrl-0 = <&uart2_data>;
94 pinctrl-names = "default";
95 pinctrl-0 = <&uart3_data>;