9 lines
152 B
Devicetree
9 lines
152 B
Devicetree
&soc {
|
|
st54spi_gpio {
|
|
status = "ok"
|
|
compatible = "st,st54spi_gpio";
|
|
/* gpio used as SE_nRESET */
|
|
gpio-power_nreset = <&tlmm 12 0x00>;
|
|
};
|
|
};
|
|
|