Skip to content

Commit 2825331

Browse files
committed
arm64: dts: apple: t600x-j314-j316: Add NOR flash node
Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent bc5b007 commit 2825331

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,18 @@
130130
};
131131
};
132132

133+
&spi1 {
134+
status = "ok";
135+
136+
flash@0 {
137+
compatible = "jedec,spi-nor";
138+
reg = <0x0>;
139+
spi-max-frequency = <25000000>;
140+
#address-cells = <1>;
141+
#size-cells = <1>;
142+
};
143+
};
144+
133145
/* PCIe devices */
134146
&port00 {
135147
/* WLAN */

0 commit comments

Comments
 (0)