ste-nomadik.txt 721 B

1234567891011121314151617181920212223242526272829303132
  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. Required root node property: src
  5. - Nomadik System and reset controller used for basic chip control, clock
  6. and reset line control.
  7. - compatible: must be "stericsson,nomadik,src"
  8. Boards with the Nomadik SoC include:
  9. S8815 "MiniKit" manufactured by Calao Systems:
  10. Required root node property:
  11. compatible="calaosystems,usb-s8815";
  12. Required node: usb-s8815
  13. Example:
  14. usb-s8815 {
  15. ethernet-gpio {
  16. gpios = <&gpio3 19 0x1>;
  17. interrupts = <19 0x1>;
  18. interrupt-parent = <&gpio3>;
  19. };
  20. mmcsd-gpio {
  21. gpios = <&gpio3 16 0x1>;
  22. };
  23. };