ARM: DT: stm32f7: add pin control device node
Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
This commit is contained in:
parent
94d5308412
commit
da4e17f24c
@ -97,7 +97,14 @@
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
|
||||
pinctrl: pin-controller {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "st,stm32f746-pinctrl";
|
||||
ranges = <0 0x40020000 0x3000>;
|
||||
u-boot,dm-pre-reloc;
|
||||
pins-are-numbered;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user