mirror of
https://github.com/pine64/bl_iot_sdk.git
synced 2024-11-19 05:11:49 +00:00
removed crazy characters so dts to dtb wouldnt fail
This commit is contained in:
parent
4703d95150
commit
414fcdbfef
@ -177,15 +177,15 @@
|
||||
tx {
|
||||
status = "disable";
|
||||
pin = <11>; // only support 11
|
||||
mode = "NEC"; // NEC、ExtenedNEC、RC5、SWM
|
||||
mode = "NEC"; // NECExtenedNECRC5SWM
|
||||
interval = <100>; // ms
|
||||
active_mode = "Hi"; //Hi、Lo
|
||||
active_mode = "Hi"; //HiLo
|
||||
};
|
||||
rx {
|
||||
status = "okay";
|
||||
pin = <12>; // only support 12 13
|
||||
mode = "NEC"; // NEC、ExtenedNEC、RC5、SWM
|
||||
active_mode = "Hi"; //Hi、Lo
|
||||
mode = "NEC"; // NECExtenedNECRC5SWM
|
||||
active_mode = "Hi"; //HiLo
|
||||
};
|
||||
};
|
||||
uart {
|
||||
|
Loading…
Reference in New Issue
Block a user