ARM: dts: at91: nattis: drop three indentation levels
Make use of the recently added &pinctrl and &watchdog labels. This makes the whole file consistent and knowledge of the ahb/apb structure is hidden. Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
parent
c4f9712407
commit
8daa181d91
|
@ -16,48 +16,6 @@
|
||||||
compatible = "axentia,nattis-2", "axentia,natte-2", "axentia,linea",
|
compatible = "axentia,nattis-2", "axentia,natte-2", "axentia,linea",
|
||||||
"atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
|
"atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
|
||||||
|
|
||||||
ahb {
|
|
||||||
apb {
|
|
||||||
pinctrl@fffff200 {
|
|
||||||
nattis {
|
|
||||||
pinctrl_usba_vbus: usba_vbus {
|
|
||||||
atmel,pins =
|
|
||||||
<AT91_PIOD 28
|
|
||||||
AT91_PERIPH_GPIO
|
|
||||||
AT91_PINCTRL_DEGLITCH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
pinctrl_mmc0_cd: mmc0_cd {
|
|
||||||
atmel,pins =
|
|
||||||
<AT91_PIOD 5
|
|
||||||
AT91_PERIPH_GPIO
|
|
||||||
AT91_PINCTRL_PULL_UP_DEGLITCH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
pinctrl_lvds_prlud0: lvds_prlud0 {
|
|
||||||
atmel,pins =
|
|
||||||
<AT91_PIOA 21
|
|
||||||
AT91_PERIPH_GPIO
|
|
||||||
(AT91_PINCTRL_OUTPUT |
|
|
||||||
AT91_PINCTRL_OUTPUT_VAL(0))>;
|
|
||||||
};
|
|
||||||
|
|
||||||
pinctrl_lvds_hipow0: lvds_hipow0 {
|
|
||||||
atmel,pins =
|
|
||||||
<AT91_PIOA 23
|
|
||||||
AT91_PERIPH_GPIO
|
|
||||||
(AT91_PINCTRL_OUTPUT |
|
|
||||||
AT91_PINCTRL_OUTPUT_VAL(0))>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
watchdog@fffffe40 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
gpio-keys {
|
gpio-keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
|
|
||||||
|
@ -183,6 +141,36 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pinctrl {
|
||||||
|
nattis {
|
||||||
|
pinctrl_usba_vbus: usba_vbus {
|
||||||
|
atmel,pins = <AT91_PIOD 28 AT91_PERIPH_GPIO
|
||||||
|
AT91_PINCTRL_DEGLITCH>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pinctrl_mmc0_cd: mmc0_cd {
|
||||||
|
atmel,pins = <AT91_PIOD 5 AT91_PERIPH_GPIO
|
||||||
|
AT91_PINCTRL_PULL_UP_DEGLITCH>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pinctrl_lvds_prlud0: lvds_prlud0 {
|
||||||
|
atmel,pins = <AT91_PIOA 21 AT91_PERIPH_GPIO
|
||||||
|
(AT91_PINCTRL_OUTPUT |
|
||||||
|
AT91_PINCTRL_OUTPUT_VAL(0))>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pinctrl_lvds_hipow0: lvds_hipow0 {
|
||||||
|
atmel,pins = <AT91_PIOA 23 AT91_PERIPH_GPIO
|
||||||
|
(AT91_PINCTRL_OUTPUT |
|
||||||
|
AT91_PINCTRL_OUTPUT_VAL(0))>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&watchdog {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&i2c0 {
|
&i2c0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue