boards: renesas: Add SPI property node for RSK_RX130 board
This commit update pin control setup and spi node enable for RSKRX130 board Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
This commit is contained in:
parent
e7c025db24
commit
87560b2f1a
3 changed files with 16 additions and 0 deletions
|
@ -81,3 +81,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&rspi0 {
|
||||
pinctrl-0 = <&rspi0_default>;
|
||||
pinctrl-names = "default";
|
||||
ssl-assert = <0>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -11,4 +11,12 @@
|
|||
<RX_PSEL(RX_PSEL_SCI_1, 3, 0)>; /* RX */
|
||||
};
|
||||
};
|
||||
rspi0_default: rspi0_default {
|
||||
group1 {
|
||||
psels = <RX_PSEL(RX_PSEL_PAnPFS_RSPCKA, 10, 5)>,
|
||||
<RX_PSEL(RX_PSEL_PAnPFS_MOSIA, 10, 6)>,
|
||||
<RX_PSEL(RX_PSEL_PAnPFS_MISOA, 10, 7)>,
|
||||
<RX_PSEL(RX_PSEL_PAnPFS_SSLA0, 10, 4)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -11,5 +11,6 @@ supported:
|
|||
- gpio
|
||||
- serial
|
||||
- timer
|
||||
- spi
|
||||
ram: 48
|
||||
flash: 512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue