ARM: dts: ast2500: Add SGPIO to device tree
Add SGPIO DTS node and enable it for AST2500 EVB. Signed-off-by: Billy Tsai <billy_tsai@aspeedtech.com>
This commit is contained in:
@@ -62,6 +62,7 @@ static const struct ast2500_group_config ast2500_groups[] = {
|
||||
{ "SD2", 5, (1 << 1) },
|
||||
{ "FWSPICS1", 3, (1 << 24) },
|
||||
{ "SPI1CS1", 1, (1 << 15) },
|
||||
{ "SGPM", 2, (1 << 11) | (1 << 10) | (1 << 9) | (1 << 8) },
|
||||
};
|
||||
|
||||
static int ast2500_pinctrl_get_groups_count(struct udevice *dev)
|
||||
|
||||
Reference in New Issue
Block a user