When changing the configuration of the PEX_C5_CLKREQ_N (c8) pin in the pinmux configuration spreadsheet, the changes are not visible in the output .cfg file (the PEX_L5 pin isn’t inside the generated .cfg file at all, but it is in the dtsi file generated by the template. Is this correct behavior?
When manually adding these rows to the pinmux file, a boot error occurs in MB1
pinmux.0x02444000 = 0x00000560; # pex_l5_clkreq_n_pgg0: pe5, tristate-disable, input-enable, io_high_voltage-enable, lpdr-enable
pinmux.0x02444008 = 0x00000520; # pex_l5_rst_n_pgg1: pe5, tristate-disable, input-disable, io_high_voltage-enable, lpdr-enable
This causes the following error:
[0006.332] !!! Exception !!! [lr:0x40032a8e, dfar:0x2444000, dfsr:0x1808]
[0006.339] C> MB1(2.6.0.0-t194-41334769-cab45716) BIT boot status dump :
0000000000111111111001000000000001111011111100000011111111000000000000000000000000000000000000000000000000000000000000000000000010000000000001000000000000000100000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000
So can this pin (PEX_C5_CLKREQ_N ) be configured?