ste-nomadik-s8815.dts 653 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. * Device Tree for the ST-Ericsson Nomadik S8815 board
  3. * Produced by Calao Systems
  4. */
  5. /dts-v1/;
  6. /include/ "ste-nomadik-stn8815.dtsi"
  7. / {
  8. model = "Calao Systems USB-S8815";
  9. compatible = "calaosystems,usb-s8815";
  10. chosen {
  11. bootargs = "root=/dev/ram0 console=ttyAMA1,115200n8 earlyprintk";
  12. };
  13. /* Custom board node with GPIO pins to active etc */
  14. usb-s8815 {
  15. /* The S8815 is using this very GPIO pin for the SMSC91x IRQs */
  16. ethernet-gpio {
  17. gpios = <&gpio3 19 0x1>;
  18. interrupts = <19 0x1>;
  19. interrupt-parent = <&gpio3>;
  20. };
  21. /* This will bias the MMC/SD card detect line */
  22. mmcsd-gpio {
  23. gpios = <&gpio3 16 0x1>;
  24. };
  25. };
  26. };