mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
arm64: dts: rockchip: rk3576: Add flexbus_spi
Change-Id: Id305708fe04d892f191f4d91deb34f86ca207261 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -75,6 +75,8 @@
|
||||
spi4 = &spi4;
|
||||
spi5 = &sfc0;
|
||||
spi6 = &sfc1;
|
||||
spi7 = &flexbus_spi;
|
||||
spi8 = &flexbus_fspi;
|
||||
};
|
||||
|
||||
clocks {
|
||||
@@ -4368,6 +4370,13 @@
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
flexbus_spi: spi {
|
||||
compatible = "rockchip,flexbus-spi";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
sfc1: spi@2a300000 {
|
||||
|
||||
Reference in New Issue
Block a user