1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 /* 3 * Copyright (C) 2021 MediaTek Inc. 4 * Author: Sam.Shih <sam.shih@mediatek.com> 5 */ 6 7 #include "mt7986a.dtsi" 8 / { 9 compatible = "mediatek,mt7986b"; 10 }; 11 12 &pio { 13 compatible = "mediatek,mt7986b-pinctrl"; 14 gpio-ranges = <&pio 0 0 41>, <&pio 66 66 35>; 15 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.