mirror of
https://github.com/openharmony/vendor_isoftstone.git
synced 2026-07-19 14:04:12 -04:00
@@ -20,7 +20,7 @@
|
||||
compatible = "rockchip,linux", "rockchip,rk3399";
|
||||
|
||||
chosen {
|
||||
bootargs = "console=uart8250,mmio32,0xff1a0000 rw root=/dev/mmcblk2p5 rootfstype=ext4 rootwait coherent_pool=1m hardware=rk3399";
|
||||
bootargs = "console=uart8250,mmio32,0xff1a0000 rw root=/dev/mmcblk2p5 rootfstype=ext4 hardware=rk3399 rootwait coherent_pool=1m";
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
+3
-3
@@ -424,19 +424,19 @@
|
||||
};
|
||||
|
||||
&i2c4 {
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
i2c-scl-rising-time-ns = <475>;
|
||||
i2c-scl-falling-time-ns = <26>;
|
||||
|
||||
smdtmcu: smdtmcu@62 {
|
||||
compatible = "SMDT,STM8S003F3P6";
|
||||
reg = <0x62>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
&i2c7 {
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
gt9xx: gt9xx@14 {
|
||||
compatible = "goodix,gt9xx";
|
||||
reg = <0x14>;
|
||||
|
||||
Reference in New Issue
Block a user