mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
ODROID-HC4: arm64/dts: add SPI flash memory
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: If6ae6a414d1f27ab48c7a337aa8241603146376a
This commit is contained in:
@@ -39,6 +39,17 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&spifc {
|
||||
status = "disabled";
|
||||
spi-nor@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
spifc-frequency = <40000000>;
|
||||
read-capability = <2>;
|
||||
spifc-io-width = <2>;
|
||||
cs_gpios = <&gpio BOOT_14 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
&dwc2_a {
|
||||
port-type = <1>;
|
||||
port-id-mode = <1>; /** 0: hardware, 1: sw_host, 2: sw_slave*/
|
||||
|
||||
Reference in New Issue
Block a user