Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: at91: add labels to soc dtsi for derivative boards

This adds labels to commonly used device-tree nodes so that derivative
boards can avoid ahb/apb hierarchy.

Signed-off-by: Ben Whitten <ben.whitten@lairdtech.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Ben Whitten and committed by
Alexandre Belloni
fc372044 7f8b99ac

+8 -8
+4 -4
arch/arm/boot/dts/at91sam9x5.dtsi
··· 389 389 }; 390 390 }; 391 391 392 - rstc@fffffe00 { 392 + reset_controller: rstc@fffffe00 { 393 393 compatible = "atmel,at91sam9g45-rstc"; 394 394 reg = <0xfffffe00 0x10>; 395 395 clocks = <&clk32k>; 396 396 }; 397 397 398 - shdwc@fffffe10 { 398 + shutdown_controller: shdwc@fffffe10 { 399 399 compatible = "atmel,at91sam9x5-shdwc"; 400 400 reg = <0xfffffe10 0x10>; 401 401 clocks = <&clk32k>; ··· 470 470 clock-names = "dma_clk"; 471 471 }; 472 472 473 - pinctrl@fffff400 { 473 + pinctrl: pinctrl@fffff400 { 474 474 #address-cells = <1>; 475 475 #size-cells = <1>; 476 476 compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus"; ··· 1206 1206 }; 1207 1207 }; 1208 1208 1209 - watchdog@fffffe40 { 1209 + watchdog: watchdog@fffffe40 { 1210 1210 compatible = "atmel,at91sam9260-wdt"; 1211 1211 reg = <0xfffffe40 0x10>; 1212 1212 interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
+4 -4
arch/arm/boot/dts/sama5d3.dtsi
··· 494 494 atmel,external-irqs = <47>; 495 495 }; 496 496 497 - pinctrl@fffff200 { 497 + pinctrl: pinctrl@fffff200 { 498 498 #address-cells = <1>; 499 499 #size-cells = <1>; 500 500 compatible = "atmel,sama5d3-pinctrl", "atmel,at91sam9x5-pinctrl", "simple-bus"; ··· 1340 1340 }; 1341 1341 }; 1342 1342 1343 - rstc@fffffe00 { 1343 + reset_controller: rstc@fffffe00 { 1344 1344 compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc"; 1345 1345 reg = <0xfffffe00 0x10>; 1346 1346 clocks = <&clk32k>; 1347 1347 }; 1348 1348 1349 - shutdown-controller@fffffe10 { 1349 + shutdown_controller: shutdown-controller@fffffe10 { 1350 1350 compatible = "atmel,at91sam9x5-shdwc"; 1351 1351 reg = <0xfffffe10 0x10>; 1352 1352 clocks = <&clk32k>; ··· 1359 1359 clocks = <&mck>; 1360 1360 }; 1361 1361 1362 - watchdog@fffffe40 { 1362 + watchdog: watchdog@fffffe40 { 1363 1363 compatible = "atmel,at91sam9260-wdt"; 1364 1364 reg = <0xfffffe40 0x10>; 1365 1365 interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;