mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
38 lines
929 B
Diff
38 lines
929 B
Diff
From e2a083f709ff6669836587d592b313d7349d0525 Mon Sep 17 00:00:00 2001
|
|
From: Hector Martin <marcan@marcan.st>
|
|
Date: Thu, 9 Dec 2021 21:58:29 +0900
|
|
Subject: [PATCH 024/171] arm64: dts: apple: t600x-j314-j316: Add NOR flash
|
|
node
|
|
|
|
Signed-off-by: Hector Martin <marcan@marcan.st>
|
|
---
|
|
arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi | 12 ++++++++++++
|
|
1 file changed, 12 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi b/arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi
|
|
index 8079200aeb12..55457892c38e 100644
|
|
--- a/arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi
|
|
+++ b/arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi
|
|
@@ -76,6 +76,18 @@ hpm5: usb-pd@3a {
|
|
};
|
|
};
|
|
|
|
+&spi1 {
|
|
+ status = "disabled";
|
|
+
|
|
+ flash@0 {
|
|
+ compatible = "jedec,spi-nor";
|
|
+ reg = <0x0>;
|
|
+ spi-max-frequency = <25000000>;
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <1>;
|
|
+ };
|
|
+};
|
|
+
|
|
/* PCIe devices */
|
|
&port00 {
|
|
/* WLAN */
|
|
--
|
|
2.34.1
|
|
|