arm64: zynqmp: Setup default number of chipselects for zcu100
There is only one chipselect on each connector. Define it directly in board dts file. There should be an option to use more chipselects via gpios. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
b4582390d5
commit
c8e75cd490
1 changed files with 2 additions and 0 deletions
|
|
@ -250,11 +250,13 @@
|
|||
&spi0 { /* Low Speed connector */
|
||||
status = "okay";
|
||||
label = "LS-SPI0";
|
||||
num-cs = <1>;
|
||||
};
|
||||
|
||||
&spi1 { /* High Speed connector */
|
||||
status = "okay";
|
||||
label = "HS-SPI1";
|
||||
num-cs = <1>;
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue