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 device_type = "memory";
28 reg = <0x40000000 0x40000000>;
32 compatible = "gpio-leds";
36 gpios = <&gpm4 0 GPIO_ACTIVE_LOW>;
37 default-state = "off";
38 linux,default-trigger = "heartbeat";
43 gpios = <&gpm4 1 GPIO_ACTIVE_LOW>;
44 default-state = "off";
49 gpios = <&gpm4 2 GPIO_ACTIVE_LOW>;
50 default-state = "off";
55 gpios = <&gpm4 3 GPIO_ACTIVE_LOW>;
56 default-state = "off";
57 linux,default-trigger = "mmc0";
63 compatible = "samsung,clock-xxti";
64 clock-frequency = <0>;
68 compatible = "samsung,clock-xusbxti";
69 clock-frequency = <24000000>;
80 pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
81 pinctrl-names = "default";