boards: shields: fix indentation issues
Fix indentation issues in shield overlays seen when reviewing previous commit. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
07b642d94f
commit
6b23044f4f
|
@ -11,17 +11,17 @@
|
|||
};
|
||||
|
||||
&arduino_i2c {
|
||||
fxos8700_1e_frdm_stbc_agm01: fxos8700@1e {
|
||||
fxos8700_1e_frdm_stbc_agm01: fxos8700@1e {
|
||||
compatible = "nxp,fxos8700";
|
||||
reg = <0x1e>;
|
||||
int1-gpios = <&arduino_header 8 GPIO_ACTIVE_LOW>;
|
||||
int2-gpios = <&arduino_header 10 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
fxas21002_frdm_stbc_agm01: fxas21002@20 {
|
||||
compatible = "nxp,fxas21002";
|
||||
fxas21002_frdm_stbc_agm01: fxas21002@20 {
|
||||
compatible = "nxp,fxas21002";
|
||||
reg = <0x20>;
|
||||
int1-gpios = <&arduino_header 11 GPIO_ACTIVE_LOW>;
|
||||
int2-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<&gpio1 12 GPIO_ACTIVE_LOW>,
|
||||
<&gpio1 26 GPIO_ACTIVE_LOW>;
|
||||
|
||||
/* LPCXpresso55xxx boards all use SSEL1. */
|
||||
/* LPCXpresso55xxx boards all use SSEL1. */
|
||||
eth_click_mikroe_eth_click: eth_click@1 {
|
||||
compatible = "microchip,enc28j60";
|
||||
reg = <0x1>;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<&gpio1 12 GPIO_ACTIVE_LOW>,
|
||||
<&gpio1 26 GPIO_ACTIVE_LOW>;
|
||||
|
||||
/* LPCXpresso55xxx boards all use SSEL1. */
|
||||
/* LPCXpresso55xxx boards all use SSEL1. */
|
||||
eth_click_mikroe_eth_click: eth_click@1 {
|
||||
compatible = "microchip,enc28j60";
|
||||
reg = <0x1>;
|
||||
|
|
Loading…
Reference in a new issue