2 * FriendlyARM's Exynos4412 based TINY4412 board device tree source
4 * Copyright (c) 2013 Alex Ling <kasimling@gmail.com>
6 * Device tree source file for FriendlyARM's TINY4412 board which is based on
7 * Samsung's Exynos4412 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.
15 #include "exynos4412.dtsi"
16 #include <dt-bindings/gpio/gpio.h>
19 model = "FriendlyARM TINY4412 board based on Exynos4412";
20 compatible = "friendlyarm,tiny4412", "samsung,exynos4412", "samsung,exynos4";
23 stdout-path = &serial_0;
27 reg = <0x40000000 0x40000000>;
31 compatible = "gpio-leds";
35 gpios = <&gpm4 0 GPIO_ACTIVE_LOW>;
36 default-state = "off";
37 linux,default-trigger = "heartbeat";
42 gpios = <&gpm4 1 GPIO_ACTIVE_LOW>;
43 default-state = "off";
48 gpios = <&gpm4 2 GPIO_ACTIVE_LOW>;
49 default-state = "off";
54 gpios = <&gpm4 3 GPIO_ACTIVE_LOW>;
55 default-state = "off";
56 linux,default-trigger = "mmc0";
62 compatible = "samsung,clock-xxti";
63 clock-frequency = <0>;
67 compatible = "samsung,clock-xusbxti";
68 clock-frequency = <24000000>;
79 pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
80 pinctrl-names = "default";