|
@@ -31,6 +31,22 @@
|
|
ranges = <MBUS_ID(0xf0, 0x01) 0 0xd0000000 0x100000
|
|
ranges = <MBUS_ID(0xf0, 0x01) 0 0xd0000000 0x100000
|
|
MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000>;
|
|
MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000>;
|
|
|
|
|
|
|
|
+ pcie-controller {
|
|
|
|
+ status = "okay";
|
|
|
|
+
|
|
|
|
+ /* Internal mini-PCIe connector */
|
|
|
|
+ pcie@1,0 {
|
|
|
|
+ /* Port 0, Lane 0 */
|
|
|
|
+ status = "okay";
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
+ /* Internal mini-PCIe connector */
|
|
|
|
+ pcie@2,0 {
|
|
|
|
+ /* Port 1, Lane 0 */
|
|
|
|
+ status = "okay";
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+
|
|
internal-regs {
|
|
internal-regs {
|
|
serial@12000 {
|
|
serial@12000 {
|
|
clock-frequency = <200000000>;
|
|
clock-frequency = <200000000>;
|
|
@@ -88,22 +104,6 @@
|
|
gpios = <&gpio0 6 1>;
|
|
gpios = <&gpio0 6 1>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
-
|
|
|
|
- pcie-controller {
|
|
|
|
- status = "okay";
|
|
|
|
-
|
|
|
|
- /* Internal mini-PCIe connector */
|
|
|
|
- pcie@1,0 {
|
|
|
|
- /* Port 0, Lane 0 */
|
|
|
|
- status = "okay";
|
|
|
|
- };
|
|
|
|
-
|
|
|
|
- /* Internal mini-PCIe connector */
|
|
|
|
- pcie@2,0 {
|
|
|
|
- /* Port 1, Lane 0 */
|
|
|
|
- status = "okay";
|
|
|
|
- };
|
|
|
|
- };
|
|
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|