gl-infra-builder-FUjr/patches-22.03.2/4006-support-e750-target.patch
Yin Ni 8576c5d3f0 e750: update dts
Signed-off-by: Yin Ni <yin.ni@gl-inet.com>
2023-04-11 00:59:28 -07:00

46 lines
1.4 KiB
Diff

From ae244e3a11a7915d8e7c0e586ef6a74355d63724 Mon Sep 17 00:00:00 2001
From: Yin Ni <yin.ni@gl-inet.com>
Date: Wed, 15 Mar 2023 07:55:22 -0700
Subject: [PATCH] e750: support E750 target
Signed-off-by: Yin Ni <yin.ni@gl-inet.com>
---
.../ath79/dts/qca9531_glinet_gl-e750.dts | 21 +++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/target/linux/ath79/dts/qca9531_glinet_gl-e750.dts b/target/linux/ath79/dts/qca9531_glinet_gl-e750.dts
index ca0784e6bf..4986f0b525 100644
--- a/target/linux/ath79/dts/qca9531_glinet_gl-e750.dts
+++ b/target/linux/ath79/dts/qca9531_glinet_gl-e750.dts
@@ -13,6 +13,27 @@
label-mac-device = &eth0;
};
+ gl_hw {
+ compatible = "gl-hw-info";
+
+ #address-cells = <1>;
+ #size-cells = <1>;
+ model = "e750";
+ lan = "eth0";
+ flash_size = <128>;
+ radio = "mac80211";
+ build-in-modem = "1-1.3";
+ reset-button = "gpio-3";
+ mcu = "/dev/ttyS0,115200";
+ factory_data {
+ device_mac = "art";
+ device_ddns = "art", "0x10";
+ device_sn_bak = "art", "0x20";
+ device_sn = "art", "0x30";
+ country_code = "art", "0x88";
+ };
+ };
+
keys {
compatible = "gpio-keys";
--
2.25.1