ste-nomadik.txt 843 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. Nomadik NHK-15 board manufactured by ST Microelectronics:
  10. Required root node property:
  11. compatible="st,nomadik-nhk-15";
  12. S8815 "MiniKit" manufactured by Calao Systems:
  13. Required root node property:
  14. compatible="calaosystems,usb-s8815";
  15. Required node: usb-s8815
  16. Example:
  17. usb-s8815 {
  18. ethernet-gpio {
  19. gpios = <&gpio3 19 0x1>;
  20. interrupts = <19 0x1>;
  21. interrupt-parent = <&gpio3>;
  22. };
  23. mmcsd-gpio {
  24. gpios = <&gpio3 16 0x1>;
  25. };
  26. };