reg = <0x40000000 0x80000000>;
};
- ramoops {
+ aliases {
+ ramoops = &ramoops;
+ };
+
+ ramoops: ramoops {
compatible = "ramoops";
reg = <0x41f00000 0x00100000>;
record-size = <0x00020000>;
};
chosen {
- xen,dom0-bootargs = "console=tty1 debug root=/dev/mmcblk1p3 rw rootwait init=/bin/bash";
+ bootargs = "dom0_mem=256M com1=ramoops";
+ xen,dom0-bootargs = "console=tty1 debug root=/dev/mmcblk0p7 rw rootwait init=/bin/bash";
+ modules {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ module@0 {
+ compatible = "xen,linux-zimage", "xen,multiboot-module";
+ reg = <0x42000000 0x300000>;
+ };
+ };
};
+ timer {
+ compatible = "arm,armv7-timer";
+ interrupts = <1 13 0xf08>,
+ <1 14 0xf08>,
+ <1 11 0xf08>,
+ <1 10 0xf08>;
+ };
+
aliases {
sysmmu2 = &sysmmu_2;
sysmmu3 = &sysmmu_3;
#address-cells = <0>;
#size-cells = <0>;
interrupt-controller;
+ interrupts = <1 9 0xf04>;
reg = <0x10481000 0x1000>, <0x10482000 0x1000>,
<0x10484000 0x2000>, <0x10486000 0x2000>;