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/ "p1010si-pre.dtsi" 13 14/ { 15 model = "fsl,P1010RDB-PB"; 16 compatible = "fsl,P1010RDB-PB"; 17 18 /include/ "p1010rdb_32b.dtsi" 19}; 20 21/include/ "p1010rdb.dtsi" 22 23&phy0 { 24 interrupts = <0 1 0 0>; 25}; 26 27&phy1 { 28 interrupts = <2 1 0 0>; 29}; 30 31&phy2 { 32 interrupts = <1 1 0 0>; 33}; 34 35/include/ "p1010si-post.dtsi" 36