Skip to content

Commit

Permalink
recipes-go: RteCtrl.cfg: Modify GPIO expander numbers
Browse files Browse the repository at this point in the history
The GPIO expander pin numbers have recently been shifted by 112. Therefore, the
numbers in RteCtrl needed to be adjusted.

Signed-off-by: Pawel Langowski <[email protected]>
  • Loading branch information
PLangowski committed Oct 31, 2024
1 parent 5487d08 commit 93fb19f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions recipes-go/3mdeb-rtectrl/3mdeb-rtectrl/RteCtrl.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,112 +21,112 @@
"description" : "oc3",
"direction" : "out",
"init_value" : 0,
"sys_gpio" : 404
"sys_gpio" : 516
},
{
"id" : 2,
"description" : "oc2",
"direction" : "out",
"init_value" : 0,
"sys_gpio" : 405
"sys_gpio" : 517
},
{
"id" : 3,
"description" : "oc1",
"direction" : "out",
"init_value" : 0,
"sys_gpio" : 406
"sys_gpio" : 518
},
{
"id" : 4,
"description" : "oc6",
"direction" : "out",
"init_value" : 0,
"sys_gpio" : 407
"sys_gpio" : 519
},
{
"id" : 5,
"description" : "oc5",
"direction" : "out",
"init_value" : 0,
"sys_gpio" : 415
"sys_gpio" : 527
},
{
"id" : 6,
"description" : "oc4",
"direction" : "out",
"init_value" : 0,
"sys_gpio" : 414
"sys_gpio" : 526
},
{
"id" : 7,
"description" : "apu_wdt",
"direction" : "out",
"init_value" : 0,
"sys_gpio" : 408
"sys_gpio" : 523
},
{
"id" : 8,
"description" : "apu_rst",
"direction" : "out",
"init_value" : 0,
"sys_gpio" : 409
"sys_gpio" : 524
},
{
"id" : 9,
"description" : "apu_pwr",
"direction" : "out",
"init_value" : 0,
"sys_gpio" : 410
"sys_gpio" : 522
},
{
"id" : 10,
"description" : "apu_modesw",
"direction" : "out",
"init_value" : 0,
"sys_gpio" : 411
"sys_gpio" : 523
},
{
"id" : 11,
"description" : "apu_clr_cmos",
"direction" : "out",
"init_value" : 0,
"sys_gpio" : 412
"sys_gpio" : 524
},
{
"id" : 12,
"description" : "apu_wp",
"direction" : "out",
"init_value" : 0,
"sys_gpio" : 413
"sys_gpio" : 525
},
{
"id" : 13,
"description" : "ext0",
"direction" : "in",
"init_value" : 0,
"sys_gpio" : 400
"sys_gpio" : 512
},
{
"id" : 14,
"description" : "ext1",
"direction" : "in",
"init_value" : 0,
"sys_gpio" : 401
"sys_gpio" : 513
},
{
"id" : 15,
"description" : "ext2",
"direction" : "in",
"init_value" : 0,
"sys_gpio" : 402
"sys_gpio" : 514
},
{
"id" : 16,
"description" : "ext3",
"direction" : "in",
"init_value" : 0,
"sys_gpio" : 403
"sys_gpio" : 515
},
{
"id" : 17,
Expand Down

0 comments on commit 93fb19f

Please sign in to comment.