diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2019-05-17 00:06:25 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-05-19 19:00:32 -0400 |
commit | 0ee198ab08fe1b7cca93a81ad658954534963cb0 (patch) | |
tree | 4d0c58b774e45a658f2defb6e2b50731538f18c8 | |
parent | 7b305b0fb05e0c91da4b1ef2fed12a8b5291c55b (diff) |
arm64: dts: rockchip: Enable SPI1 on Ficus
Enable SPI1 exposed on both Low and High speed expansion connectors
of Ficus. SPI1 has 3 different chip selects wired as below:
CS0 - Serial Flash (unpopulated)
CS1 - Low Speed expansion
CS2 - High Speed expansion
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-ficus.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts b/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts index 6b059bd7a04f..ebe2ee77ba1f 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts | |||
@@ -146,6 +146,12 @@ | |||
146 | }; | 146 | }; |
147 | }; | 147 | }; |
148 | 148 | ||
149 | &spi1 { | ||
150 | /* On both Low speed and High speed expansion */ | ||
151 | cs-gpios = <0>, <&gpio4 RK_PA6 0>, <&gpio4 RK_PA7 0>; | ||
152 | status = "okay"; | ||
153 | }; | ||
154 | |||
149 | &usbdrd_dwc3_0 { | 155 | &usbdrd_dwc3_0 { |
150 | dr_mode = "host"; | 156 | dr_mode = "host"; |
151 | }; | 157 | }; |