mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-21 03:42:44 +01:00
dts: zynq: Enable spi1 for zc770_xm010 board
This patch enables spi1 for zynq zc770_xm010 board dts Signed-off-by: Jagan Teki <jteki@openedev.com> Tested-by: Jagan Teki <jteki@openedev.com>
This commit is contained in:
parent
cdc9dd0750
commit
89cab97e98
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
aliases {
|
||||
serial0 = &uart1;
|
||||
spi1 = &spi1;
|
||||
};
|
||||
|
||||
memory {
|
||||
|
|
@ -21,3 +22,7 @@
|
|||
reg = <0 0x40000000>;
|
||||
};
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue