1234567891011121314151617181920 |
- /*
- * Device Tree for the ST-Ericsson Nomadik S8815 board
- * Produced by Calao Systems
- */
- /dts-v1/;
- /include/ "ste-nomadik-stn8815.dtsi"
- / {
- model = "Calao Systems USB-S8815";
- compatible = "calaosystems,usb-s8815";
- chosen {
- bootargs = "root=/dev/ram0 console=ttyAMA1,115200n8 earlyprintk";
- };
- /* Custom board node with GPIO pins to active etc */
- usb-s8815 {
- };
- };
|