arm: dts: lx2160aqds: add MDIO slots
[oweals/u-boot.git] / arch / arm / dts / sunxi-u-boot.dtsi
1 #include <config.h>
2
3 / {
4         aliases {
5                 mmc1 = &mmc2;
6         };
7
8         binman {
9                 filename = "u-boot-sunxi-with-spl.bin";
10                 pad-byte = <0xff>;
11                 blob {
12                         filename = "spl/sunxi-spl.bin";
13                 };
14                 u-boot-img {
15                         offset = <CONFIG_SPL_PAD_TO>;
16                 };
17         };
18 };