Searched +full:bcm7271 +full:- +full:uart (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/serial/brcm,bcm7271-uart.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Al Cooper <alcooperx@gmail.com>13 - $ref: serial.yaml#16 The Broadcom UART is based on the basic 8250 UART but with23 - enum:24 - brcm,bcm7271-uart25 - brcm,bcm7278-uart[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)2 #include <dt-bindings/interrupt-controller/arm-gic.h>7 #address-cells = <2>;8 #size-cells = <2>;10 interrupt-parent = <&gicv2>;14 clk_osc: clk-osc {15 compatible = "fixed-clock";16 #clock-cells = <0>;17 clock-output-names = "osc";18 clock-frequency = <54000000>;[all …]