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-rc3 23 lines 569 B view raw
1/* 2 * P1010 RDB Device Tree Source 3 * 4 * Copyright 2011 Freescale Semiconductor Inc. 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the 8 * Free Software Foundation; either version 2 of the License, or (at your 9 * option) any later version. 10 */ 11 12/include/ "fsl/p1010si-pre.dtsi" 13 14/ { 15 model = "fsl,P1010RDB"; 16 compatible = "fsl,P1010RDB"; 17 18 /include/ "p1010rdb_32b.dtsi" 19}; 20 21/include/ "p1010rdb.dtsi" 22/include/ "p1010rdb-pa.dtsi" 23/include/ "fsl/p1010si-post.dtsi"