mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
32f144f28e
All currently supported boards use hsotg/dwc2 controller in device ('peripheral') mode, so add property which sets correct operation mode. This patch fixes support in recent changes in dwc2 driver, which added support for dual-role devices. Suggested-by: Paul Zimmerman <paulz@synopsys.com> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Kukjin Kim <kgene@kernel.org>
240 lines
4.2 KiB
Plaintext
240 lines
4.2 KiB
Plaintext
/*
|
|
* Samsung's S5PV210 SoC device tree source
|
|
*
|
|
* Copyright (c) 2013-2014 Samsung Electronics, Co. Ltd.
|
|
*
|
|
* Mateusz Krawczuk <m.krawczuk@partner.samsung.com>
|
|
* Tomasz Figa <t.figa@samsung.com>
|
|
*
|
|
* Board device tree source for YIC System SMDV210 board.
|
|
*
|
|
* NOTE: This file is completely based on original board file for mach-smdkv210
|
|
* available in Linux 3.15 and intends to provide equivalent level of hardware
|
|
* support. Due to lack of hardware, _no_ testing has been performed.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include <dt-bindings/input/input.h>
|
|
#include "s5pv210.dtsi"
|
|
|
|
/ {
|
|
model = "YIC System SMDKV210 based on S5PV210";
|
|
compatible = "yic,smdkv210", "samsung,s5pv210";
|
|
|
|
chosen {
|
|
bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk";
|
|
};
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x20000000 0x40000000>;
|
|
};
|
|
|
|
ethernet@18000000 {
|
|
compatible = "davicom,dm9000";
|
|
reg = <0xA8000000 0x2 0xA8000002 0x2>;
|
|
interrupt-parent = <&gph1>;
|
|
interrupts = <1 4>;
|
|
local-mac-address = [00 00 de ad be ef];
|
|
davicom,no-eeprom;
|
|
};
|
|
|
|
backlight {
|
|
compatible = "pwm-backlight";
|
|
pwms = <&pwm 3 5000000 0>;
|
|
brightness-levels = <0 4 8 16 32 64 128 255>;
|
|
default-brightness-level = <6>;
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&pwm3_out>;
|
|
};
|
|
};
|
|
|
|
&xusbxti {
|
|
clock-frequency = <24000000>;
|
|
};
|
|
|
|
&keypad {
|
|
linux,input-no-autorepeat;
|
|
linux,input-wakeup;
|
|
samsung,keypad-num-rows = <8>;
|
|
samsung,keypad-num-columns = <8>;
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&keypad_row0>, <&keypad_row1>, <&keypad_row2>,
|
|
<&keypad_row3>, <&keypad_row4>, <&keypad_row5>,
|
|
<&keypad_row6>, <&keypad_row7>,
|
|
<&keypad_col0>, <&keypad_col1>, <&keypad_col2>,
|
|
<&keypad_col3>, <&keypad_col4>, <&keypad_col5>,
|
|
<&keypad_col6>, <&keypad_col7>;
|
|
status = "okay";
|
|
|
|
key_1 {
|
|
keypad,row = <0>;
|
|
keypad,column = <3>;
|
|
linux,code = <KEY_1>;
|
|
};
|
|
|
|
key_2 {
|
|
keypad,row = <0>;
|
|
keypad,column = <4>;
|
|
linux,code = <KEY_2>;
|
|
};
|
|
|
|
key_3 {
|
|
keypad,row = <0>;
|
|
keypad,column = <5>;
|
|
linux,code = <KEY_3>;
|
|
};
|
|
|
|
key_4 {
|
|
keypad,row = <0>;
|
|
keypad,column = <6>;
|
|
linux,code = <KEY_4>;
|
|
};
|
|
|
|
key_5 {
|
|
keypad,row = <0
|
|
>;
|
|
keypad,column = <7>;
|
|
linux,code = <KEY_5>;
|
|
};
|
|
|
|
key_6 {
|
|
keypad,row = <1>;
|
|
keypad,column = <3>;
|
|
linux,code = <KEY_A>;
|
|
};
|
|
key_7 {
|
|
keypad,row = <1>;
|
|
keypad,column = <4>;
|
|
linux,code = <KEY_B>;
|
|
};
|
|
|
|
key_8 {
|
|
keypad,row = <1>;
|
|
keypad,column = <5>;
|
|
linux,code = <KEY_C>;
|
|
};
|
|
|
|
key_9 {
|
|
keypad,row = <1>;
|
|
keypad,column = <6>;
|
|
linux,code = <KEY_D>;
|
|
};
|
|
|
|
key_10 {
|
|
keypad,row = <1>;
|
|
keypad,column = <7>;
|
|
linux,code = <KEY_E>;
|
|
};
|
|
};
|
|
|
|
&uart0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&uart1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&uart2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&uart3 {
|
|
status = "okay";
|
|
};
|
|
|
|
&rtc {
|
|
status = "okay";
|
|
};
|
|
|
|
&sdhci0 {
|
|
bus-width = <4>;
|
|
pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd &sd0_bus1 &sd0_bus4>;
|
|
pinctrl-names = "default";
|
|
status = "okay";
|
|
};
|
|
|
|
&sdhci1 {
|
|
bus-width = <4>;
|
|
pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_cd &sd1_bus1 &sd1_bus4>;
|
|
pinctrl-names = "default";
|
|
status = "okay";
|
|
};
|
|
|
|
&sdhci2 {
|
|
bus-width = <4>;
|
|
pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus1 &sd2_bus4>;
|
|
pinctrl-names = "default";
|
|
status = "okay";
|
|
};
|
|
|
|
&sdhci3 {
|
|
bus-width = <4>;
|
|
pinctrl-0 = <&sd3_clk &sd3_cmd &sd3_cd &sd3_bus1 &sd3_bus4>;
|
|
pinctrl-names = "default";
|
|
status = "okay";
|
|
};
|
|
|
|
&hsotg {
|
|
dr_mode = "peripheral";
|
|
status = "okay";
|
|
};
|
|
|
|
&usbphy {
|
|
status = "okay";
|
|
};
|
|
|
|
&fimd {
|
|
pinctrl-0 = <&lcd_clk &lcd_data24>;
|
|
pinctrl-names = "default";
|
|
status = "okay";
|
|
|
|
display-timings {
|
|
native-mode = <&timing0>;
|
|
|
|
timing0: timing@0 {
|
|
/* 800x480@60Hz */
|
|
clock-frequency = <24373920>;
|
|
hactive = <800>;
|
|
vactive = <480>;
|
|
hfront-porch = <8>;
|
|
hback-porch = <13>;
|
|
hsync-len = <3>;
|
|
vback-porch = <7>;
|
|
vfront-porch = <5>;
|
|
vsync-len = <1>;
|
|
hsync-active = <0>;
|
|
vsync-active = <0>;
|
|
de-active = <1>;
|
|
pixelclk-active = <1>;
|
|
};
|
|
};
|
|
};
|
|
|
|
&pwm {
|
|
samsung,pwm-outputs = <3>;
|
|
};
|
|
|
|
&i2c0 {
|
|
status = "okay";
|
|
|
|
audio-codec@1b {
|
|
compatible = "wlf,wm8580";
|
|
reg = <0x1b>;
|
|
};
|
|
|
|
eeprom@50 {
|
|
compatible = "atmel,24c08";
|
|
reg = <0x50>;
|
|
};
|
|
};
|
|
|
|
&i2s0 {
|
|
status = "okay";
|
|
};
|