ODROID-HC4: arm64/dts: add SPI flash memory

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: If6ae6a414d1f27ab48c7a337aa8241603146376a
This commit is contained in:
Dongjin Kim
2020-01-22 15:07:13 +09:00
parent a73de30e3b
commit aa5ce947c0

View File

@@ -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*/