pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi1>;
cs-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
+ bootph-pre-ram;
status = "okay";
m25p80: flash@0 {
spi-max-frequency = <50000000>;
vcc-supply = <&sw4_reg>;
m25p,fast-read;
+ bootph-pre-ram;
partitions {
compatible = "fixed-partitions";
};
};
+&gpio3 {
+ bootph-pre-ram;
+};
+
&iomuxc {
pinctrl_ecspi1: ecspi1grp {
fsl,pins = <
/* eCSPI1 SS1 */
MX6QDL_PAD_EIM_D19__GPIO3_IO19 0xb099
>;
+ bootph-pre-ram;
};
pinctrl_i2c1: i2c1grp {
MX6QDL_PAD_CSI0_DAT8__I2C1_SDA 0x4001b899
MX6QDL_PAD_CSI0_DAT9__I2C1_SCL 0x4001b899
>;
+ bootph-pre-ram;
};
pinctrl_i2c1_recovery: i2c1recoverygrp {
MX6QDL_PAD_SD3_DAT6__SD3_DATA6 0x17059
MX6QDL_PAD_SD3_DAT7__SD3_DATA7 0x17059
>;
+ bootph-all;
};
};
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
+ bootph-pre-ram;
};
reg_5v_600mA: swbst {
bus-width = <8>;
#address-cells = <1>;
#size-cells = <0>;
+ bootph-all;
status = "okay";
mmccard: mmccard@0 {
scl-gpios = <&gpio1 5 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
sda-gpios = <&gpio1 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
clock-frequency = <100000>;
+ bootph-pre-ram;
status = "okay";
pmic: pmic@8 {
MX6QDL_PAD_GPIO_5__I2C3_SCL 0x4001b899
MX6QDL_PAD_GPIO_6__I2C3_SDA 0x4001b899
>;
+ bootph-pre-ram;
};
pinctrl_i2c3_recovery: i2c3recoverygrp {