soc: silabs_exx32: Support all gpio ports on efm32jg and efm32pg
This commit adds the remaining gpio ports I, J and K to the device tree and dts_fixup headers of the EFM32JG12B and EFM32PG12B SoCs. Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
This commit is contained in:
parent
40175fd3bd
commit
fbbf68d63c
3 changed files with 31 additions and 0 deletions
|
@ -178,6 +178,30 @@
|
|||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
|
||||
gpioi: gpio@4000a180 {
|
||||
compatible = "silabs,efm32-gpio-port";
|
||||
reg = <0x4000a180 0x30>;
|
||||
label = "GPIO_I";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
|
||||
gpioj: gpio@4000a1c0 {
|
||||
compatible = "silabs,efm32-gpio-port";
|
||||
reg = <0x4000a1c0 0x30>;
|
||||
label = "GPIO_J";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
|
||||
gpiok: gpio@4000a1f0 {
|
||||
compatible = "silabs,efm32-gpio-port";
|
||||
reg = <0x4000a1f0 0x30>;
|
||||
label = "GPIO_K";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue