diff options
Diffstat (limited to 'arch/arm/boot/dts/ste-nomadik-s8815.dts')
| -rw-r--r-- | arch/arm/boot/dts/ste-nomadik-s8815.dts | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-nomadik-s8815.dts b/arch/arm/boot/dts/ste-nomadik-s8815.dts new file mode 100644 index 000000000000..b28fbf3408e3 --- /dev/null +++ b/arch/arm/boot/dts/ste-nomadik-s8815.dts | |||
| @@ -0,0 +1,30 @@ | |||
| 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 | |||
| 17 | /* Custom board node with GPIO pins to active etc */ | ||
| 18 | usb-s8815 { | ||
| 19 | /* The S8815 is using this very GPIO pin for the SMSC91x IRQs */ | ||
| 20 | ethernet-gpio { | ||
| 21 | gpios = <&gpio3 19 0x1>; | ||
| 22 | interrupts = <19 0x1>; | ||
| 23 | interrupt-parent = <&gpio3>; | ||
| 24 | }; | ||
| 25 | /* This will bias the MMC/SD card detect line */ | ||
| 26 | mmcsd-gpio { | ||
| 27 | gpios = <&gpio3 16 0x1>; | ||
| 28 | }; | ||
| 29 | }; | ||
| 30 | }; | ||
