commit | 9e45753ce9a50d04a985ef3315735caf45151069 | [log] [tgz] |
---|---|---|
author | Hugo McNally <hugo.mcnally@gmail.com> | Mon Nov 18 16:00:18 2024 +0000 |
committer | Hugo McNally <45573837+HU90m@users.noreply.github.com> | Tue Dec 10 17:47:05 2024 +0000 |
tree | d620af949fff8dd9baaf08d470bfd4b60355e5ed | |
parent | 64fd0057238a129007f1db9ac91ff4bb992cd5d5 [diff] |
sonata: Added LCD backlight PWM to board description
diff --git a/sdk/boards/sonata-prerelease.json b/sdk/boards/sonata-prerelease.json index 01b4058..feab255 100644 --- a/sdk/boards/sonata-prerelease.json +++ b/sdk/boards/sonata-prerelease.json
@@ -6,7 +6,11 @@ }, "pwm": { "start" : 0x80001000, - "length": 0x00001000 + "end" : 0x80001030 + }, + "pwm_lcd": { + "start" : 0x80001030, + "end" : 0x80001038 }, "rgbled" : { "start" : 0x80009000,