This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM1808 PInmux configuration on u-Boot

Other Parts Discussed in Thread: AM1808

Hello!

I'm currently working on the development of a new custom board for AM1808 with Linux.

I have used Pin Setup tool for Am1808 but I can't find how to use the header file it brings as output.

It's something like this:

#define PINMUX0_VALUE 0x44080800
#define PINMUX1_VALUE 0x88888000
#define PINMUX2_VALUE 0x88888880
#define PINMUX3_VALUE 0x88888888
#define PINMUX4_VALUE 0x22222288
#define PINMUX5_VALUE 0x11111112
#define PINMUX6_VALUE 0x00000000
#define PINMUX7_VALUE 0x10110010
#define PINMUX8_VALUE 0x00000000
#define PINMUX9_VALUE 0x11111111
#define PINMUX10_VALUE 0x22222222
#define PINMUX11_VALUE 0x88888888
#define PINMUX12_VALUE 0x81188888
#define PINMUX13_VALUE 0x88808801
#define PINMUX14_VALUE 0x44444400
#define PINMUX15_VALUE 0x44444444
#define PINMUX16_VALUE 0x22222244
#define PINMUX17_VALUE 0x22222222
#define PINMUX18_VALUE 0x22022222
#define PINMUX19_VALUE 0x02022222

It seems it should be used somehow in the u-Boot compilation, so the pins are configured right after the bootloader and the kernel can locate all the buses and devices.

However, I haven't been able to find it.

Any help on this please?

Thank you!