mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
ARM: dts: imx7s: add boot phase properties
dtschema/schemas/bootph.yaml describe various node usage during boot phases with DT. Adds boot phase properties to essential resources in imx7s device trees. This includes the buses aips1-3, iomuxc and SOC access. Signed-off-by: Alexander Feilke <Alexander.Feilke@ew.tq-group.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
60536b6be8
commit
926095b5ef
|
|
@ -209,6 +209,7 @@ soc: soc {
|
|||
compatible = "simple-bus";
|
||||
interrupt-parent = <&gpc>;
|
||||
ranges;
|
||||
bootph-pre-ram;
|
||||
|
||||
ocram: sram@900000 {
|
||||
compatible = "mmio-sram";
|
||||
|
|
@ -371,6 +372,7 @@ aips1: bus@30000000 {
|
|||
#size-cells = <1>;
|
||||
reg = <0x30000000 0x400000>;
|
||||
ranges;
|
||||
bootph-pre-ram;
|
||||
|
||||
gpio1: gpio@30200000 {
|
||||
compatible = "fsl,imx7d-gpio", "fsl,imx35-gpio";
|
||||
|
|
@ -543,6 +545,7 @@ kpp: keypad@30320000 {
|
|||
iomuxc: pinctrl@30330000 {
|
||||
compatible = "fsl,imx7d-iomuxc";
|
||||
reg = <0x30330000 0x10000>;
|
||||
bootph-pre-ram;
|
||||
};
|
||||
|
||||
gpr: iomuxc-gpr@30340000 {
|
||||
|
|
@ -712,6 +715,7 @@ aips2: bus@30400000 {
|
|||
#size-cells = <1>;
|
||||
reg = <0x30400000 0x400000>;
|
||||
ranges;
|
||||
bootph-pre-ram;
|
||||
|
||||
adc1: adc@30610000 {
|
||||
compatible = "fsl,imx7d-adc";
|
||||
|
|
@ -902,6 +906,7 @@ aips3: bus@30800000 {
|
|||
#size-cells = <1>;
|
||||
reg = <0x30800000 0x400000>;
|
||||
ranges;
|
||||
bootph-pre-ram;
|
||||
|
||||
spba-bus@30800000 {
|
||||
compatible = "fsl,spba-bus", "simple-bus";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user