Searched +full:lpc3220 +full:- +full:hsuart (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/serial/nxp,lpc3220-hsuart.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Vladimir Zapolskiy <vz@mleia.com>11 - Piotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com>14 - $ref: /schemas/serial/serial.yaml#18 const: nxp,lpc3220-hsuart27 - compatible28 - reg[all …]
4 - compatible: Should be "nxp,lpc3220-hsuart"5 - reg: Should contain registers location and length6 - interrupts: Should contain interrupt11 compatible = "nxp,lpc3220-hsuart";
1 // SPDX-License-Identifier: GPL-2.0+5 * Copyright (C) 2015-2019 Vladimir Zapolskiy <vz@mleia.com>9 #include <dt-bindings/clock/lpc32xx-clock.h>10 #include <dt-bindings/interrupt-controller/irq.h>13 #address-cells = <1>;14 #size-cells = <1>;15 compatible = "nxp,lpc3220";16 interrupt-parent = <&mic>;19 #address-cells = <1>;20 #size-cells = <0>;[all …]