mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
arm: dts: mt7622: add PCIe nodes for BananaPi-R64
this patch adds PCIe-Nodes for BananaPi R64 original nodes from Chuanjia Liu for mt7622-rfb Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
This commit is contained in:
committed by
Tom Rini
parent
8ad2fc413f
commit
f08c2c2d87
@@ -46,8 +46,39 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pcie {
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&pcie0_pins>, <&pcie1_pins>;
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
pcie@0,0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
pcie@1,0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
pcie0_pins: pcie0-pins {
|
||||||
|
mux {
|
||||||
|
function = "pcie";
|
||||||
|
groups = "pcie0_pad_perst",
|
||||||
|
"pcie0_1_waken",
|
||||||
|
"pcie0_1_clkreq";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
pcie1_pins: pcie1-pins {
|
||||||
|
mux {
|
||||||
|
function = "pcie";
|
||||||
|
groups = "pcie1_pad_perst",
|
||||||
|
"pcie1_0_waken",
|
||||||
|
"pcie1_0_clkreq";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
snfi_pins: snfi-pins {
|
snfi_pins: snfi-pins {
|
||||||
mux {
|
mux {
|
||||||
function = "flash";
|
function = "flash";
|
||||||
|
Reference in New Issue
Block a user