ARM: dts: at91: sama7g5: add pinctrl node
Add pioA pinctrl node. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
This commit is contained in:
parent
b032230f87
commit
47a13af586
@ -62,6 +62,19 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
pioA: pinctrl@e0014000 {
|
||||
compatible = "atmel,sama5d2-gpio";
|
||||
reg = <0xe0014000 0x800>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
clocks = <&pmc PMC_TYPE_PERIPHERAL 11>;
|
||||
status = "okay";
|
||||
|
||||
pinctrl: pinctrl_default {
|
||||
compatible = "microchip,sama7g5-pinctrl";
|
||||
};
|
||||
};
|
||||
|
||||
pmc: pmc@e0018000 {
|
||||
compatible = "microchip,sama7g5-pmc";
|
||||
reg = <0xe0018000 0x200>;
|
||||
|
@ -31,6 +31,14 @@
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&pioA {
|
||||
u-boot,dm-pre-reloc;
|
||||
|
||||
pinctrl {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
};
|
||||
|
||||
&pit64b0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user