X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Fdts%2Fzynq-zc770-xm012.dts;h=6cab8326677009a48c1f674f0ded01b7decfa763;hb=9ca7e6720e96e82be1de9ec0ba6bac9f1beeb02f;hp=f8cc5039d6b776aa62644248198d4f130fea63bc;hpb=cc35734358540a1bbaf042fdf9f4cb2de17389ed;p=u-boot diff --git a/arch/arm/dts/zynq-zc770-xm012.dts b/arch/arm/dts/zynq-zc770-xm012.dts index f8cc5039d6..6cab832667 100644 --- a/arch/arm/dts/zynq-zc770-xm012.dts +++ b/arch/arm/dts/zynq-zc770-xm012.dts @@ -20,23 +20,16 @@ }; chosen { - bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk"; - linux,stdout-path = &uart1; - stdout-path = &uart1; + bootargs = ""; + stdout-path = "serial0:115200n8"; }; - memory@0 { + memory { device_type = "memory"; reg = <0x0 0x40000000>; }; }; -&spi1 { - status = "okay"; - num-cs = <4>; - is-decoded-cs = <0>; -}; - &can1 { status = "okay"; }; @@ -61,6 +54,13 @@ }; }; +&spi1 { + status = "okay"; + num-cs = <4>; + is-decoded-cs = <0>; +}; + &uart1 { + u-boot,dm-pre-reloc; status = "okay"; };