Commit c4cd6fca authored by Christian Lamparter's avatar Christian Lamparter Committed by Florian Fainelli

ARM: dts: BCM5301X: Specify pcie2 in the DT

The SoC supports three pcie ports. Currently, only
pcie0 and pcie1 are enabled. This patch adds the
pcie2 port as well.
Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
Reviewed-by: default avatarScott Branden <scott.branden@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 5e396bb0
...@@ -252,6 +252,10 @@ pcie1: pcie@13000 { ...@@ -252,6 +252,10 @@ pcie1: pcie@13000 {
reg = <0x00013000 0x1000>; reg = <0x00013000 0x1000>;
}; };
pcie2: pcie@14000 {
reg = <0x00014000 0x1000>;
};
usb2: usb2@21000 { usb2: usb2@21000 {
reg = <0x00021000 0x1000>; reg = <0x00021000 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment