st-asc.txt 558 B

123456789101112131415161718
  1. *st-asc(Serial Port)
  2. Required properties:
  3. - compatible : Should be "st,asc".
  4. - reg, reg-names, interrupts, interrupt-names : Standard way to define device
  5. resources with names. look in
  6. Documentation/devicetree/bindings/resource-names.txt
  7. Optional properties:
  8. - st,hw-flow-ctrl bool flag to enable hardware flow control.
  9. - st,force-m1 bool flat to force asc to be in Mode-1 recommeded
  10. for high bit rates (above 19.2K)
  11. Example:
  12. serial@fe440000{
  13. compatible = "st,asc";
  14. reg = <0xfe440000 0x2c>;
  15. interrupts = <0 209 0>;
  16. };