mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-13 18:55:55 +00:00
13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright (C) 2021 MediaTek Inc.
|
|
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
*/
|
|
|
|
#include "mt7986a.dtsi"
|
|
|
|
&pio {
|
|
compatible = "mediatek,mt7986b-pinctrl";
|
|
gpio-ranges = <&pio 0 0 41>, <&pio 66 66 35>;
|
|
};
|