Advertisement
Guest User

Untitled

a guest
Feb 12th, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. /dts-v1/;
  2.  
  3. / {
  4.  
  5. fragment@0 {
  6. target = <0xffffffff>;
  7.  
  8. __overlay__ {
  9. bootargs_ext = "androidboot.boot_devices=ff520000.dwmmc";
  10. };
  11. };
  12.  
  13. fragment@1 {
  14. target = <0xffffffff>;
  15.  
  16. __overlay__ {
  17. mode-bootloader = <0x5242c309>;
  18. mode-charge = <0x5242c30b>;
  19. mode-fastboot = <0x5242c303>;
  20. mode-loader = <0x5242c301>;
  21. mode-normal = <0x5242c300>;
  22. mode-recovery = <0x5242c303>;
  23. };
  24. };
  25.  
  26. __fixups__ {
  27. chosen = "/fragment@0:target:0";
  28. reboot_mode = "/fragment@1:target:0";
  29. };
  30. };
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement