X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Fdts%2Fzynq-zc770-xm010.dts;h=07e2b7a7387de602fd383d7ab4f0325d9943cdb7;hb=2610b1362b7a6b7bb880d1aa4f7c960997305bc3;hp=da3a182ea1e1706a513048949686d5f01051e5b3;hpb=8968b914be7bfd67d179d0395898bd9db67aaad1;p=u-boot diff --git a/arch/arm/dts/zynq-zc770-xm010.dts b/arch/arm/dts/zynq-zc770-xm010.dts index da3a182ea1..07e2b7a738 100644 --- a/arch/arm/dts/zynq-zc770-xm010.dts +++ b/arch/arm/dts/zynq-zc770-xm010.dts @@ -16,7 +16,8 @@ ethernet0 = &gem0; i2c0 = &i2c0; serial0 = &uart1; - spi0 = &spi1; + spi0 = &qspi; + spi1 = &spi1; }; chosen { @@ -25,7 +26,7 @@ stdout-path = &uart1; }; - memory@0 { + memory { device_type = "memory"; reg = <0x0 0x40000000>; }; @@ -53,6 +54,10 @@ }; }; +&qspi { + status = "okay"; +}; + &can0 { status = "okay"; }; @@ -83,6 +88,7 @@ }; &uart1 { + u-boot,dm-pre-reloc; status = "okay"; };