1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

at91sam9260.dtsi: add some labels

add labels to rtc, pinctrl and watchdog node.

This makes it possible to reference the nodes
from board dts files.

Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
Heiko Schocher
2019-04-11 07:53:30 +02:00
committed by Eugen Hristev
parent 216800acf1
commit ac578e08b1

View File

@@ -437,7 +437,7 @@
u-boot,dm-pre-reloc; u-boot,dm-pre-reloc;
}; };
pinctrl@fffff400 { pinctrl: pinctrl@fffff400 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "atmel,at91rm9200-pinctrl", "simple-bus"; compatible = "atmel,at91rm9200-pinctrl", "simple-bus";
@@ -978,7 +978,7 @@
}; };
}; };
rtc@fffffd20 { rtc: rtc@fffffd20 {
compatible = "atmel,at91sam9260-rtt"; compatible = "atmel,at91sam9260-rtt";
reg = <0xfffffd20 0x10>; reg = <0xfffffd20 0x10>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
@@ -986,7 +986,7 @@
status = "disabled"; status = "disabled";
}; };
watchdog@fffffd40 { watchdog: watchdog@fffffd40 {
compatible = "atmel,at91sam9260-wdt"; compatible = "atmel,at91sam9260-wdt";
reg = <0xfffffd40 0x10>; reg = <0xfffffd40 0x10>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;