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

Configure Feed

Select the types of activity you want to include in your feed.

at v4.2 15 lines 374 B view raw
1* Device tree bindings for Atmel GPBR (General Purpose Backup Registers) 2 3The GPBR are a set of battery-backed registers. 4 5Required properties: 6- compatible: "atmel,at91sam9260-gpbr", "syscon" 7- reg: contains offset/length value of the GPBR memory 8 region. 9 10Example: 11 12gpbr: gpbr@fffffd50 { 13 compatible = "atmel,at91sam9260-gpbr", "syscon"; 14 reg = <0xfffffd50 0x10>; 15};