mirror of
https://github.com/FUjr/gl-infra-builder.git
synced 2025-12-17 17:44:06 +00:00
dts: fix syntax error
Signed-off-by: Jianhui Zhao <jianhui.zhao@gl-inet.com>
This commit is contained in:
parent
5270ea6e41
commit
3d9c892740
@ -18,18 +18,18 @@
|
||||
#include "qcom-ipq6018-gl-ax1800.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "glinet,axt1800", "qcom,ipq6018-cp03", "qcom,ipq6018";
|
||||
compatible = "glinet,ax1800", "qcom,ipq6018-cp03", "qcom,ipq6018";
|
||||
|
||||
aliases {
|
||||
ethernet3 = "/soc/dp4";
|
||||
ethernet4 = "/soc/dp5";
|
||||
};
|
||||
};
|
||||
|
||||
gl_hw {
|
||||
model = "axt1800";
|
||||
&gl_hw {
|
||||
model = "ax1800";
|
||||
lan = "eth1 eth2 eth3 eth4";
|
||||
usb-port = "1-1";
|
||||
};
|
||||
};
|
||||
|
||||
&mdio0 {
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
/dts-v1/;
|
||||
/*
|
||||
* Copyright (c) 2019, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
@ -17,11 +16,11 @@
|
||||
|
||||
#include "qcom-ipq6018.dtsi"
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
/ {
|
||||
#address-cells = <0x2>;
|
||||
#size-cells = <0x2>;
|
||||
model = "Qualcomm Technologies, Inc. IPQ6018/AP-CP03-C1";
|
||||
compatible = "glinet,axt1800", "qcom,ipq6018-cp03", "qcom,ipq6018";
|
||||
interrupt-parent = <&intc>;
|
||||
qcom,msm-id = <0x1A5 0x0>;
|
||||
|
||||
@ -34,8 +33,6 @@
|
||||
led-failsafe = &led_run;
|
||||
led-running = &led_run;
|
||||
led-upgrade = &led_run;
|
||||
|
||||
sdhc = &sdhc_1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
@ -43,7 +40,7 @@
|
||||
bootargs-append = " swiotlb=1 coherent_pool=2M console=ttyMSM0,115200,n8";
|
||||
};
|
||||
|
||||
gl_hw {
|
||||
gl_hw: gl_hw {
|
||||
compatible = "gl-hw-info";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
@ -60,32 +57,6 @@
|
||||
country_code = "0:ART", "0x98";
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
* +=========+==============+========================+
|
||||
* | | | |
|
||||
* | Region | Start Offset | Size |
|
||||
* | | | |
|
||||
* +--------+--------------+-------------------------+
|
||||
* | | | |
|
||||
* | | | |
|
||||
* | | | |
|
||||
* | | | |
|
||||
* | Linux | 0x41000000 | 139MB |
|
||||
* | | | |
|
||||
* | | | |
|
||||
* | | | |
|
||||
* +--------+--------------+-------------------------+
|
||||
* | TZ App | 0x49B00000 | 6MB |
|
||||
* +--------+--------------+-------------------------+
|
||||
*
|
||||
* From the available 145 MB for Linux in the first 256 MB,
|
||||
* we are reserving 6 MB for TZAPP.
|
||||
*
|
||||
* Refer arch/arm64/boot/dts/qcom/qcom-ipq6018-memory.dtsi
|
||||
* for memory layout.
|
||||
*/
|
||||
|
||||
};
|
||||
|
||||
&tlmm {
|
||||
|
||||
@ -23,12 +23,12 @@
|
||||
aliases {
|
||||
sdhc = &sdhc_1;
|
||||
};
|
||||
};
|
||||
|
||||
gl_hw {
|
||||
&gl_hw {
|
||||
model = "axt1800";
|
||||
lan = "eth1 eth2";
|
||||
usb-port = "1-1";
|
||||
};
|
||||
};
|
||||
|
||||
&leds_pins {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user