rk3368.dtsi (65b7f6d740a6696974056251c98da0e99f956be8) | rk3368.dtsi (ff08868ef0154cef01d3a50ae1f19dc968fc95f3) |
---|---|
1/* 2 * Copyright (c) 2015 Heiko Stuebner <heiko@sntech.de> 3 * 4 * This file is dual-licensed: you can use it either under the terms 5 * of the GPL or the X11 license, at your option. Note that this dual 6 * licensing only applies to this file, and not this project as a 7 * whole. 8 * --- 39 unchanged lines hidden (view full) --- 48 49/ { 50 compatible = "rockchip,rk3368"; 51 interrupt-parent = <&gic>; 52 #address-cells = <2>; 53 #size-cells = <2>; 54 55 aliases { | 1/* 2 * Copyright (c) 2015 Heiko Stuebner <heiko@sntech.de> 3 * 4 * This file is dual-licensed: you can use it either under the terms 5 * of the GPL or the X11 license, at your option. Note that this dual 6 * licensing only applies to this file, and not this project as a 7 * whole. 8 * --- 39 unchanged lines hidden (view full) --- 48 49/ { 50 compatible = "rockchip,rk3368"; 51 interrupt-parent = <&gic>; 52 #address-cells = <2>; 53 #size-cells = <2>; 54 55 aliases { |
56 ethernet0 = &gmac; |
|
56 i2c0 = &i2c0; 57 i2c1 = &i2c1; 58 i2c2 = &i2c2; 59 i2c3 = &i2c3; 60 i2c4 = &i2c4; 61 i2c5 = &i2c5; 62 serial0 = &uart0; 63 serial1 = &uart1; --- 837 unchanged lines hidden --- | 57 i2c0 = &i2c0; 58 i2c1 = &i2c1; 59 i2c2 = &i2c2; 60 i2c3 = &i2c3; 61 i2c4 = &i2c4; 62 i2c5 = &i2c5; 63 serial0 = &uart0; 64 serial1 = &uart1; --- 837 unchanged lines hidden --- |