ARM: at91/dt: at91-kizbox: sanitize file
Consists in: * sorting nodes by address as possible or alphabetically, * adding myself as new maintainer and * update license. Signed-off-by: Gaël PORTAY <g.portay@overkiz.com> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
parent
d8b183479c
commit
49668b014d
1 changed files with 31 additions and 34 deletions
|
@ -1,16 +1,16 @@
|
||||||
/*
|
/*
|
||||||
* at91-kizbox.dts - Device Tree file for Overkiz Kizbox board
|
* at91-kizbox.dts - Device Tree file for Overkiz Kizbox board
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 Boris BREZILLON <linux-arm@overkiz.com>
|
* Copyright (C) 2012-2014 Boris BREZILLON <b.brezillon@overkiz.com>
|
||||||
|
* 2014-2015 Gaël PORTAY <g.portay@overkiz.com>
|
||||||
*
|
*
|
||||||
* Licensed under GPLv2.
|
* Licensed under GPLv2 or later.
|
||||||
*/
|
*/
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
#include "at91sam9g20.dtsi"
|
#include "at91sam9g20.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
model = "Overkiz Kizbox";
|
||||||
model = "Overkiz kizbox";
|
|
||||||
compatible = "overkiz,kizbox", "atmel,at91sam9g20", "atmel,at91sam9";
|
compatible = "overkiz,kizbox", "atmel,at91sam9g20", "atmel,at91sam9";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
@ -38,10 +38,6 @@
|
||||||
|
|
||||||
ahb {
|
ahb {
|
||||||
apb {
|
apb {
|
||||||
dbgu: serial@fffff200 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
usart0: serial@fffb0000 {
|
usart0: serial@fffb0000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -57,6 +53,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dbgu: serial@fffff200 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
watchdog@fffffd40 {
|
watchdog@fffffd40 {
|
||||||
timeout-sec = <15>;
|
timeout-sec = <15>;
|
||||||
atmel,max-heartbeat-sec = <16>;
|
atmel,max-heartbeat-sec = <16>;
|
||||||
|
@ -65,6 +65,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
usb0: ohci@00500000 {
|
||||||
|
num-ports = <1>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
nand0: nand@40000000 {
|
nand0: nand@40000000 {
|
||||||
nand-bus-width = <8>;
|
nand-bus-width = <8>;
|
||||||
nand-ecc-mode = "soft";
|
nand-ecc-mode = "soft";
|
||||||
|
@ -79,24 +84,36 @@
|
||||||
label = "ubi";
|
label = "ubi";
|
||||||
reg = <0xc0000 0x7f40000>;
|
reg = <0xc0000 0x7f40000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
usb0: ohci@00500000 {
|
gpio_keys {
|
||||||
num-ports = <1>;
|
compatible = "gpio-keys";
|
||||||
status = "okay";
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
reset {
|
||||||
|
label = "reset";
|
||||||
|
gpios = <&pioB 30 GPIO_ACTIVE_LOW>;
|
||||||
|
linux,code = <0x100>;
|
||||||
|
gpio-key,wakeup;
|
||||||
|
};
|
||||||
|
|
||||||
|
mode {
|
||||||
|
label = "mode";
|
||||||
|
gpios = <&pioB 31 GPIO_ACTIVE_LOW>;
|
||||||
|
linux,code = <0x101>;
|
||||||
|
gpio-key,wakeup;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c@0 {
|
i2c@0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
pcf8563@51 {
|
rtc: pcf8563@51 {
|
||||||
/* nxp pcf8563 rtc */
|
|
||||||
compatible = "nxp,pcf8563";
|
compatible = "nxp,pcf8563";
|
||||||
reg = <0x51>;
|
reg = <0x51>;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
|
@ -127,24 +144,4 @@
|
||||||
linux,default-trigger = "none";
|
linux,default-trigger = "none";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio_keys {
|
|
||||||
compatible = "gpio-keys";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
reset {
|
|
||||||
label = "reset";
|
|
||||||
gpios = <&pioB 30 GPIO_ACTIVE_LOW>;
|
|
||||||
linux,code = <0x100>;
|
|
||||||
gpio-key,wakeup;
|
|
||||||
};
|
|
||||||
|
|
||||||
mode {
|
|
||||||
label = "mode";
|
|
||||||
gpios = <&pioB 31 GPIO_ACTIVE_LOW>;
|
|
||||||
linux,code = <0x101>;
|
|
||||||
gpio-key,wakeup;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue