lantiq_asc.txt 435 B

12345678910111213141516
  1. Lantiq SoC ASC serial controller
  2. Required properties:
  3. - compatible : Should be "lantiq,asc"
  4. - reg : Address and length of the register set for the device
  5. - interrupts: the 3 (tx rx err) interrupt numbers. The interrupt specifier
  6. depends on the interrupt-parent interrupt controller.
  7. Example:
  8. asc1: serial@E100C00 {
  9. compatible = "lantiq,asc";
  10. reg = <0xE100C00 0x400>;
  11. interrupt-parent = <&icu0>;
  12. interrupts = <112 113 114>;
  13. };