2 * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
3 * Author: Srinivas Kandagatla <srinivas.kandagatla@st.com>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * publishhed by the Free Software Foundation.
9 #include <dt-bindings/input/input.h>
13 device_type = "memory";
14 reg = <0x60000000 0x40000000>;
18 bootargs = "console=ttyAS0,115200 clk_ignore_unused";
19 linux,stdout-path = &serial2;
24 ethernet0 = ðernet0;
25 ethernet1 = ðernet1;
29 serial2: serial@fed32000 {
34 compatible = "gpio-leds";
37 label = "Front Panel LED";
39 linux,default-trigger = "heartbeat";
45 /* HDMI V1.3a supports Standard mode only */
46 clock-frequency = <100000>;
47 i2c-min-scl-pulse-width-us = <0>;
48 i2c-min-sda-pulse-width-us = <5>;
53 ethernet0: dwmac@fe810000 {
56 pinctrl-0 = <&pinctrl_mii0>;
58 snps,reset-gpio = <&pio106 2>;
59 snps,reset-active-low;
60 snps,reset-delays-us = <0 10000 10000>;
63 ethernet1: dwmac@fef08000 {
66 st,tx-retime-src = "txclk";
68 snps,reset-gpio = <&pio4 7>;
69 snps,reset-active-low;
70 snps,reset-delays-us = <0 10000 10000>;
73 keyscan: keyscan@fe4b0000 {
74 keypad,num-rows = <4>;
75 keypad,num-columns = <4>;
76 st,debounce-us = <5000>;
77 linux,keymap = < MATRIX_KEY(0x00, 0x00, KEY_F13)
78 MATRIX_KEY(0x00, 0x01, KEY_F9)
79 MATRIX_KEY(0x00, 0x02, KEY_F5)
80 MATRIX_KEY(0x00, 0x03, KEY_F1)
81 MATRIX_KEY(0x01, 0x00, KEY_F14)
82 MATRIX_KEY(0x01, 0x01, KEY_F10)
83 MATRIX_KEY(0x01, 0x02, KEY_F6)
84 MATRIX_KEY(0x01, 0x03, KEY_F2)
85 MATRIX_KEY(0x02, 0x00, KEY_F15)
86 MATRIX_KEY(0x02, 0x01, KEY_F11)
87 MATRIX_KEY(0x02, 0x02, KEY_F7)
88 MATRIX_KEY(0x02, 0x03, KEY_F3)
89 MATRIX_KEY(0x03, 0x00, KEY_F16)
90 MATRIX_KEY(0x03, 0x01, KEY_F12)
91 MATRIX_KEY(0x03, 0x02, KEY_F8)
92 MATRIX_KEY(0x03, 0x03, KEY_F4) >;