Searched +full:mt6797 +full:- +full:pinctrl (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | pinctrl-mt6797.txt | 1 * MediaTek MT6797 Pin Controller 3 The MediaTek's MT6797 Pin controller is used to control SoC pins. 6 - compatible: Value should be one of the following. 7 "mediatek,mt6797-pinctrl", compatible with mt6797 pinctrl. 8 - reg: Should contain address and size for gpio, iocfgl, iocfgb, 10 - reg-names: An array of strings describing the "reg" entries. Must 12 - gpio-controller: Marks the device node as a gpio controller. 13 - #gpio-cells: Should be two. The first cell is the gpio pin number 17 - interrupt-controller: Marks the device node as an interrupt controller. 18 - #interrupt-cells: Should be two. [all …]
|
H A D | mediatek,mt6797-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt6797-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Mediatek MT6797 Pin Controller 10 - Sean Wang <sean.wang@kernel.org> 13 The MediaTek's MT6797 Pin controller is used to control SoC pins. 17 const: mediatek,mt6797-pinctrl 23 reg-names: 25 - const: gpio [all …]
|
H A D | mediatek,mt6779-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/mediate [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt6797-x20-dev.dts | 1 // SPDX-License-Identifier: GPL-2.0 9 /dts-v1/; 11 #include "mt6797.dtsi" 15 chassis-type = "embedded"; 16 compatible = "archermind,mt6797-x20-dev", "mediatek,mt6797"; 28 stdout-path = "serial0:115200n8"; 34 pinctrl-names = "default"; 35 pinctrl-0 = <&i2c1_pins_a>; 39 /* HS - I2C2 */ 41 pinctrl-names = "default"; [all …]
|
H A D | mt6797-evb.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 7 /dts-v1/; 8 #include "mt6797.dtsi" 11 model = "MediaTek MT6797 Evaluation Board"; 12 chassis-type = "embedded"; 13 compatible = "mediatek,mt6797-evb", "mediatek,mt6797"; 29 pinctrl-names = "default"; 30 pinctrl-0 = <&uart0_pins_a>;
|
H A D | mt6797.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 7 #include <dt-bindings/clock/mt6797-clk.h> 8 #include <dt-bindings/interrupt-controller/irq.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/pinctrl/mt6797-pinfunc.h> 13 compatible = "mediatek,mt6797"; 14 interrupt-parent = <&sysirq>; 15 #address-cells = <2>; 16 #size-cells = <2>; 19 compatible = "arm,psci-0.2"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | mtk-uart.txt | 4 - compatible should contain: 5 * "mediatek,mt2701-uart" for MT2701 compatible UARTS 6 * "mediatek,mt2712-uart" for MT2712 compatible UARTS 7 * "mediatek,mt6580-uart" for MT6580 compatible UARTS 8 * "mediatek,mt6582-uart" for MT6582 compatible UARTS 9 * "mediatek,mt6589-uart" for MT6589 compatible UARTS 10 * "mediatek,mt6755-uart" for MT6755 compatible UARTS 11 * "mediatek,mt6765-uart" for MT6765 compatible UARTS 12 * "mediatek,mt6779-uart" for MT6779 compatible UARTS 13 * "mediatek,mt6795-uart" for MT6795 compatible UARTS [all …]
|
H A D | mediatek,uart.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Matthias Brugger <matthias.bgg@gmail.com> 13 - $ref: serial.yaml# 23 - const: mediatek,mt6577-uart 24 - items: 25 - enum: 26 - mediatek,mt2701-uart 27 - mediatek,mt2712-uart [all …]
|