mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
68 lines
830 B
Text
68 lines
830 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Copyright (C) 2022 MediaTek Inc. All rights reserved.
|
||
|
*
|
||
|
* Author: Weijie Gao <weijie.gao@mediatek.com>
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "mt7621.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "mediatek,mt7621-nand-rfb", "mediatek,mt7621-soc";
|
||
|
model = "MediaTek MT7621 RFB (NAND)";
|
||
|
|
||
|
aliases {
|
||
|
serial0 = &uart0;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = &uart0;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&pinctrl {
|
||
|
state_default: pin_state {
|
||
|
nand {
|
||
|
groups = "spi", "sdxc";
|
||
|
function = "nand";
|
||
|
};
|
||
|
|
||
|
gpios {
|
||
|
groups = "i2c", "uart3", "pcie reset";
|
||
|
function = "gpio";
|
||
|
};
|
||
|
|
||
|
wdt {
|
||
|
groups = "wdt";
|
||
|
function = "wdt rst";
|
||
|
};
|
||
|
|
||
|
jtag {
|
||
|
groups = "jtag";
|
||
|
function = "jtag";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart0 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&gpio {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
ð {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&ssusb {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&u3phy {
|
||
|
status = "okay";
|
||
|
};
|