1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/serial/st,asc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics STi SoCs Serial Port
29 description: When set, enable hardware flow control.
33 description: When set, force asc to be in Mode-1. This is recommended for
34 high bit rates above 19.2K.
43 unevaluatedProperties: false
47 #include <dt-bindings/clock/stih407-clks.h>
48 #include <dt-bindings/interrupt-controller/arm-gic.h>
50 compatible = "st,asc";
51 reg = <0x9830000 0x2c>;
52 interrupts = <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
53 clocks = <&clk_s_c0_flexgen CLK_EXT2F_A9>;