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:
@ -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},
|
||||
|
Reference in New Issue
Block a user