summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2011-02-04 01:09:02 +0000
committermarcel <marcel@FreeBSD.org>2011-02-04 01:09:02 +0000
commit121eb3c8a7af43ee27f9ff051a79cf3f9d7a2ec4 (patch)
treeaee60b1865e1eef79f61a88e5999e3beade48b37 /sys/boot
parent6c50f56b98c4a9aa0e17c13146f2977f4c17d782 (diff)
downloadFreeBSD-src-121eb3c8a7af43ee27f9ff051a79cf3f9d7a2ec4.zip
FreeBSD-src-121eb3c8a7af43ee27f9ff051a79cf3f9d7a2ec4.tar.gz
Add PEX0 and select the first serial port as console.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/fdt/dts/db78100.dts28
1 files changed, 28 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/db78100.dts b/sys/boot/fdt/dts/db78100.dts
index 5c9512f..0157681 100644
--- a/sys/boot/fdt/dts/db78100.dts
+++ b/sys/boot/fdt/dts/db78100.dts
@@ -308,8 +308,36 @@
};
};
+ pci0: pcie@f1040000 {
+ compatible = "mrvl,pcie";
+ device_type = "pci";
+ #interrupt-cells = <1>;
+ #size-cells = <2>;
+ #address-cells = <3>;
+ reg = <0xf1040000 0x2000>;
+ bus-range = <0 255>;
+ ranges = <0x02000000 0x0 0xf2000000 0xf2000000 0x0 0x04000000
+ 0x01000000 0x0 0x00000000 0xf1100000 0x0 0x00100000>;
+ clock-frequency = <33333333>;
+ interrupt-parent = <&PIC>;
+ interrupts = <68>;
+ interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
+ interrupt-map = <
+ /* IDSEL 0x1 */
+ 0x0800 0x0 0x0 0x1 &PIC 0x20
+ 0x0800 0x0 0x0 0x2 &PIC 0x21
+ 0x0800 0x0 0x0 0x3 &PIC 0x22
+ 0x0800 0x0 0x0 0x4 &PIC 0x23
+ >;
+ };
+
sram@fd000000 {
compatible = "mrvl,cesa-sram";
reg = <0xfd000000 0x00100000>;
};
+
+ chosen {
+ stdin = "serial0";
+ stdout = "serial0";
+ };
};
OpenPOWER on IntegriCloud