ste-nomadik.txt 541 B

123456789101112131415161718192021222324252627
  1. ST-Ericsson Nomadik Device Tree Bindings
  2. For various board the "board" node may contain specific properties
  3. that pertain to this particular board, such as board-specific GPIOs.
  4. Boards with the Nomadik SoC include:
  5. S8815 "MiniKit" manufactured by Calao Systems:
  6. Required root node property:
  7. compatible="calaosystems,usb-s8815";
  8. Required node: usb-s8815
  9. Example:
  10. usb-s8815 {
  11. ethernet-gpio {
  12. gpios = <&gpio3 19 0x1>;
  13. interrupts = <19 0x1>;
  14. interrupt-parent = <&gpio3>;
  15. };
  16. mmcsd-gpio {
  17. gpios = <&gpio3 16 0x1>;
  18. };
  19. };