We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d194c2 commit 8ca8fa7Copy full SHA for 8ca8fa7
arch/arc/boot/dts/hsdk.dts
@@ -264,6 +264,14 @@
264
clocks = <&input_clk>;
265
cs-gpios = <&creg_gpio 0 GPIO_ACTIVE_LOW>,
266
<&creg_gpio 1 GPIO_ACTIVE_LOW>;
267
+
268
+ spi-flash@0 {
269
+ compatible = "sst26wf016b", "jedec,spi-nor";
270
+ reg = <0>;
271
+ #address-cells = <1>;
272
+ #size-cells = <1>;
273
+ spi-max-frequency = <4000000>;
274
+ };
275
};
276
277
creg_gpio: gpio@14b0 {
arch/arc/configs/hsdk_defconfig
@@ -32,6 +32,8 @@ CONFIG_INET=y
32
CONFIG_DEVTMPFS=y
33
# CONFIG_STANDALONE is not set
34
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
35
+CONFIG_MTD=y
36
+CONFIG_MTD_SPI_NOR=y
37
CONFIG_SCSI=y
38
CONFIG_BLK_DEV_SD=y
39
CONFIG_NETDEVICES=y
0 commit comments