Searched +full:mt7981 +full:- +full:pinctrl (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt7981b.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 3 #include <dt-bindings/clock/mediatek,mt7981-clk.h> 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/reset/mt7986-resets.h> 9 interrupt-parent = <&gic>; 10 #address-cells = <2>; 11 #size-cells = <2>; 14 #address-cells = <1>; 15 #size-cells = <0>; 18 compatible = "arm,cortex-a53"; [all …]
|
| H A D | mt7988a.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 3 #include <dt-bindings/clock/mediatek,mt7988-clk.h> 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/phy/phy.h> 6 #include <dt-bindings/pinctrl/mt65xx.h> 7 #include <dt-bindings/reset/mediatek,mt7988-resets.h> 11 interrupt-parent = <&gic>; 12 #address-cells = <2>; 13 #size-cells = <2>; 16 compatible = "mediatek,mt7988-cci", "mediatek,mt8183-cci"; [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | mediatek,mt7981-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/Bindings/serial/ |
| 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 …]
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | soc.c | 1 // SPDX-License-Identifier: ISC 7 #include <linux/pinctrl/consumer.h> 175 /* Only DBDC A-die is used with MT7981 */ in mt798x_wmac_check_adie_type() 176 if (is_mt7981(&dev->mt76)) in mt798x_wmac_check_adie_type() 179 val = readl(dev->sku + MT_TOP_POS_SKU); in mt798x_wmac_check_adie_type() 187 return reset_control_assert(dev->rstc); in mt7986_wmac_consys_reset() 189 mt76_wmac_rmw(dev->sku, MT_TOP_POS_FAST_CTRL, in mt7986_wmac_consys_reset() 193 return reset_control_deassert(dev->rstc); in mt7986_wmac_consys_reset() 199 struct pinctrl *pinctrl; in mt7986_wmac_gpio_setup() local 204 pinctrl = devm_pinctrl_get(dev->mt76.dev); in mt7986_wmac_gpio_setup() [all …]
|