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 v3.2 14 lines 289 B view raw
1* Atmel Data Flash 2 3Required properties: 4- compatible : "atmel,<model>", "atmel,<series>", "atmel,dataflash". 5 6Example: 7 8flash@1 { 9 #address-cells = <1>; 10 #size-cells = <1>; 11 compatible = "atmel,at45db321d", "atmel,at45", "atmel,dataflash"; 12 spi-max-frequency = <25000000>; 13 reg = <1>; 14};