mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
CAINIAO CNIoT-CORE: fix memory address range
This commit is contained in:
@@ -128,7 +128,7 @@ index 00000000..345d9b86
|
||||
+CONFIG_ZSTD=y
|
||||
diff --git a/dts/upstream/src/arm64/amlogic/meson-g12b-a311d-cainiao-cniot-core.dts b/dts/upstream/src/arm64/amlogic/meson-g12b-a311d-cainiao-cniot-core.dts
|
||||
new file mode 100644
|
||||
index 00000000..bdfcce04
|
||||
index 00000000..1907347f
|
||||
--- /dev/null
|
||||
+++ b/dts/upstream/src/arm64/amlogic/meson-g12b-a311d-cainiao-cniot-core.dts
|
||||
@@ -0,0 +1,600 @@
|
||||
@@ -149,7 +149,7 @@ index 00000000..bdfcce04
|
||||
+#include <dt-bindings/sound/meson-g12a-tohdmitx.h>
|
||||
+
|
||||
+/ {
|
||||
+ compatible = "CAINIAO,CNIoT-CORE", "amlogic,a311d", "amlogic,g12b";
|
||||
+ compatible = "cainiao,cniot-core", "amlogic,a311d", "amlogic,g12b";
|
||||
+ model = "CAINIAO CNIoT-CORE";
|
||||
+
|
||||
+ aliases {
|
||||
@@ -164,7 +164,7 @@ index 00000000..bdfcce04
|
||||
+
|
||||
+ memory@0 {
|
||||
+ device_type = "memory";
|
||||
+ reg = <0x0 0x0 0x0 0x80000000>;
|
||||
+ reg = <0x0 0x0 0x0 0x77359400>; /* 2GB */
|
||||
+ };
|
||||
+
|
||||
+ fan0: pwm-fan {
|
||||
@@ -202,7 +202,7 @@ index 00000000..bdfcce04
|
||||
+
|
||||
+ emmc_pwrseq: emmc-pwrseq {
|
||||
+ compatible = "mmc-pwrseq-emmc";
|
||||
+ reset-gpios = <&gpio BOOT_12 GPIO_ACTIVE_LOW>; /* In the vendor DTS, this is BOOT_10, but the actual test result is BOOT_12. */
|
||||
+ reset-gpios = <&gpio BOOT_12 GPIO_ACTIVE_LOW>;
|
||||
+ };
|
||||
+
|
||||
+ hdmi-connector {
|
||||
|
||||
Reference in New Issue
Block a user