};
ethernet@2,02000000 {
- compatible = "smsc,lan91c111";
+ compatible = "smsc,lan9118", "smsc,lan9115";
reg = <2 0x02000000 0x10000>;
interrupts = <15>;
phy-mode = "mii";
clock-names = "KMIREFCLK", "apb_pclk";
};
- v2m_serial0: uart@090000 {
- compatible = "arm,pl011", "arm,primecell";
- reg = <0x090000 0x1000>;
- interrupts = <5>;
- clocks = <&v2m_oscclk2>, <&smbclk>;
- clock-names = "uartclk", "apb_pclk";
- };
-
v2m_serial1: uart@0a0000 {
compatible = "arm,pl011", "arm,primecell";
reg = <0x0a0000 0x1000>;
clock-names = "KMIREFCLK", "apb_pclk";
};
- v2m_serial0: uart@09000 {
- compatible = "arm,pl011", "arm,primecell";
- reg = <0x09000 0x1000>;
- interrupts = <5>;
- clocks = <&v2m_oscclk2>, <&smbclk>;
- clock-names = "uartclk", "apb_pclk";
- };
-
v2m_serial1: uart@0a000 {
compatible = "arm,pl011", "arm,primecell";
reg = <0x0a000 0x1000>;
chosen {
/* this field is going to be adjusted by the hypervisor */
- bootargs = "earlyprintk=xenboot console=hvc0 root=/dev/xvda debug rw init=/bin/sh";
+ bootargs = "earlyprintk=xenboot,keep console=hvc0 root=/dev/xvda debug rw init=/bin/sh";
};
cpus {