LED Driver

This commit is contained in:
Lee Lup Yuen 2023-12-26 10:11:47 +08:00
parent b2d7e9eafe
commit 2a9f90974f

View file

@ -4087,6 +4087,21 @@ mw 0x20000938 0x1000b40 1
md 0x20000938 1
```
TODO: U-Boot switches the LED On and Off correctly yay!
```bash
=> md 0x20000938 1
20000938: 00400803 ..@.
=> mw 0x20000938 0xb40 1
=> md 0x20000938 1
20000938: 00000b40 @...
=> mw 0x20000938 0x1000b40 1
=> md 020000938 1
20000938: 01000b40 @...
```
TODO: BL808 RM Page 119
```text