1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Update qcom-ipq4019-l1000.dts

This commit is contained in:
suyuan 2021-06-16 01:15:31 +08:00 committed by GitHub
parent 982e1fbf4e
commit 892a7e85ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,6 @@
model = "GZ419"; model = "GZ419";
compatible = "pangu,l1000", "qcom,ipq4019"; compatible = "pangu,l1000", "qcom,ipq4019";
memory { memory {
device_type = "memory"; device_type = "memory";
reg = <0x80000000 0x20000000>; /* 512MB */ reg = <0x80000000 0x20000000>; /* 512MB */
@ -26,12 +25,16 @@
led-failsafe = &power; led-failsafe = &power;
led-running = &power; led-running = &power;
led-upgrade = &power; led-upgrade = &power;
serial0 = &blsp1_uart1;
serial1 = &blsp1_uart2;
}; };
chosen { chosen {
bootargs-append = " root=/dev/ubiblock0_1 rootfstype=squashfs"; bootargs-append = " root=/dev/ubiblock0_1 rootfstype=squashfs";
linux,stdout-path = "serial0:115200n8";
}; };
soc { soc {
rng@22000 { rng@22000 {
status = "okay"; status = "okay";
@ -403,4 +406,4 @@
&wifi1 { &wifi1 {
status = "okay"; status = "okay";
qcom,ath10k-calibration-variant = "PANGU-L1000"; qcom,ath10k-calibration-variant = "PANGU-L1000";
}; };