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

ARM: dts: at91: sama5d4: 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: Eugen Hristev <eugen.hristev@microchip.com>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Eugen Hristev and committed by
Alexandre Belloni
f3fc81fd 5bd72622

+4 -4
+4 -4
arch/arm/boot/dts/sama5d4.dtsi
··· 1323 1323 }; 1324 1324 }; 1325 1325 1326 - rstc@fc068600 { 1326 + reset_controller: rstc@fc068600 { 1327 1327 compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc"; 1328 1328 reg = <0xfc068600 0x10>; 1329 1329 clocks = <&clk32k>; 1330 1330 }; 1331 1331 1332 - shdwc@fc068610 { 1332 + shutdown_controller: shdwc@fc068610 { 1333 1333 compatible = "atmel,at91sam9x5-shdwc"; 1334 1334 reg = <0xfc068610 0x10>; 1335 1335 clocks = <&clk32k>; ··· 1342 1342 clocks = <&h32ck>; 1343 1343 }; 1344 1344 1345 - watchdog@fc068640 { 1345 + watchdog: watchdog@fc068640 { 1346 1346 compatible = "atmel,sama5d4-wdt"; 1347 1347 reg = <0xfc068640 0x10>; 1348 1348 interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>; ··· 1376 1376 }; 1377 1377 1378 1378 1379 - pinctrl@fc06a000 { 1379 + pinctrl: pinctrl@fc06a000 { 1380 1380 #address-cells = <1>; 1381 1381 #size-cells = <1>; 1382 1382 compatible = "atmel,sama5d3-pinctrl", "atmel,at91sam9x5-pinctrl", "simple-bus";