Generalize the eMMC DTS to common node and add a variant with the Kite WiFi chip installed. Also rename the eMMC model name and add the Eagle name to it. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
40 lines
712 B
Devicetree
40 lines
712 B
Devicetree
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
/dts-v1/;
|
|
|
|
#include "an7581-evb-emmc.dtsi"
|
|
#include "an7581-npu-mt7996.dtsi"
|
|
|
|
/ {
|
|
model = "Airoha AN7581 Evaluation Board (eMMC + Eagle)";
|
|
compatible = "airoha,an7581-evb", "airoha,an7581", "airoha,en7581";
|
|
|
|
aliases {
|
|
serial0 = &uart1;
|
|
};
|
|
|
|
chosen {
|
|
bootargs = "console=ttyS0,115200 earlycon";
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
|
|
memory@80000000 {
|
|
device_type = "memory";
|
|
reg = <0x0 0x80000000 0x2 0x00000000>;
|
|
};
|
|
};
|
|
|
|
&pcie2 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&pcie2_rst_pins>;
|
|
status = "okay";
|
|
};
|
|
|
|
&en7581_pinctrl {
|
|
pcie2_rst_pins: pcie2-rst-pins {
|
|
conf {
|
|
pins = "pcie_reset2";
|
|
drive-open-drain = <1>;
|
|
};
|
|
};
|
|
};
|