Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linus
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / boot / dts / ste-nomadik-s8815.dts
CommitLineData
f8635abd
LW
1/*
2 * Device Tree for the ST-Ericsson Nomadik S8815 board
3 * Produced by Calao Systems
4 */
5
6/dts-v1/;
7/include/ "ste-nomadik-stn8815.dtsi"
8
9/ {
10 model = "Calao Systems USB-S8815";
11 compatible = "calaosystems,usb-s8815";
12
13 chosen {
14 bootargs = "root=/dev/ram0 console=ttyAMA1,115200n8 earlyprintk";
15 };
16
b98da4db
LW
17 /* This is where the interrupt is routed on the S8815 board */
18 external-bus@34000000 {
19 ethernet@300 {
20 interrupt-parent = <&gpio3>;
21 interrupts = <8 0x1>;
22 };
23 };
24
f8635abd
LW
25 /* Custom board node with GPIO pins to active etc */
26 usb-s8815 {
2ad6e398
LW
27 /* The S8815 is using this very GPIO pin for the SMSC91x IRQs */
28 ethernet-gpio {
b98da4db 29 gpios = <&gpio3 8 0x1>;
2ad6e398 30 };
4fd243c6
LW
31 /* This will bias the MMC/SD card detect line */
32 mmcsd-gpio {
33 gpios = <&gpio3 16 0x1>;
34 };
f8635abd
LW
35 };
36};