1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00

Initial PWM support for the CHIP even though the base .dtb does not support, this is untested

This commit is contained in:
Robert Wolterman
2016-02-25 22:38:58 -06:00
parent 91918f8f36
commit 9d593828ae
6 changed files with 546 additions and 41 deletions

View File

@ -71,7 +71,7 @@ pins_t table[] = {
{ "Y1", "U13_15", 0, -1, -1},
{ "Y2", "U13_16", 0, -1, -1},
{ "LCD-D2", "U13_17", 98, -1, -1},
{ "PWM0", "U13_18", 34, -1, -1},
{ "PWM0", "U13_18", 34, 0, -1},
{ "LCD-D4", "U13_19", 100, -1, -1},
{ "LCD-D3", "U13_20", 99, -1, -1},
{ "LCD-D6", "U13_21", 102, -1, -1},
@ -104,7 +104,7 @@ pins_t table[] = {
{ "HPR", "U14_8", 0, -1, -1},
{ "VCC-3V3", "U14_9", 0, -1, -1},
{ "MICM", "U14_10", 0, -1, -1},
{ "LRADC", "U14_11", 0, -1, -1},
{ "LRADC", "U14_11", 0, -1, 0},
{ "MICIN1", "U14_12", 0, -1, -1},
{ "XIO-P0", "U14_13", 408, -1, -1},
{ "XIO-P1", "U14_14", 409, -1, -1},