mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 04:44:46 +00: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:
parent
8ad2fc413f
commit
f08c2c2d87
1 changed files with 31 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue