···11+Lantiq SoC ASC serial controller22+33+Required properties:44+- compatible : Should be "lantiq,asc"55+- reg : Address and length of the register set for the device66+- interrupts: the 3 (tx rx err) interrupt numbers. The interrupt specifier77+ depends on the interrupt-parent interrupt controller.88+99+Example:1010+1111+asc1: serial@E100C00 {1212+ compatible = "lantiq,asc";1313+ reg = <0xE100C00 0x400>;1414+ interrupt-parent = <&icu0>;1515+ interrupts = <112 113 114>;1616+};