Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * Device Tree file for the Conexant Equinox CX92755 EVK
0003  *
0004  * Author: Baruch Siach <baruch@tkos.co.il>
0005  *
0006  *  Copyright (C) 2014 Paradox Innovation Ltd.
0007  *
0008  * This file is dual-licensed: you can use it either under the terms
0009  * of the GPL or the X11 license, at your option. Note that this dual
0010  * licensing only applies to this file, and not this project as a
0011  * whole.
0012  *
0013  *  a) This file is free software; you can redistribute it and/or
0014  *     modify it under the terms of the GNU General Public License as
0015  *     published by the Free Software Foundation; either version 2 of the
0016  *     License, or (at your option) any later version.
0017  *
0018  *     This file is distributed in the hope that it will be useful,
0019  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
0020  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0021  *     GNU General Public License for more details.
0022  *
0023  * Or, alternatively,
0024  *
0025  *  b) Permission is hereby granted, free of charge, to any person
0026  *     obtaining a copy of this software and associated documentation
0027  *     files (the "Software"), to deal in the Software without
0028  *     restriction, including without limitation the rights to use,
0029  *     copy, modify, merge, publish, distribute, sublicense, and/or
0030  *     sell copies of the Software, and to permit persons to whom the
0031  *     Software is furnished to do so, subject to the following
0032  *     conditions:
0033  *
0034  *     The above copyright notice and this permission notice shall be
0035  *     included in all copies or substantial portions of the Software.
0036  *
0037  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
0038  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
0039  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
0040  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
0041  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
0042  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
0043  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
0044  *     OTHER DEALINGS IN THE SOFTWARE.
0045  */
0046 
0047 /dts-v1/;
0048 
0049 #include "cx92755.dtsi"
0050 
0051 / {
0052         model = "Conexant Equinox CX92755 EVK";
0053         compatible = "cnxt,equinox", "cnxt,cx92755";
0054 
0055         aliases {
0056                 serial0 = &uart0;
0057                 serial1 = &uart1;
0058                 serial2 = &uart2;
0059         };
0060 
0061         memory@0 {
0062                 reg = <0 0x8000000>;
0063                 device_type = "memory";
0064         };
0065 
0066         chosen {
0067                 stdout-path = "serial0:115200n8";
0068         };
0069 };
0070 
0071 &uart0 {
0072         status = "okay";
0073         pinctrl-0 = <&uart0_default>;
0074         pinctrl-names = "default";
0075 };
0076 
0077 &i2c {
0078         status = "okay";
0079 };
0080 
0081 &pinctrl {
0082         uart0_default: uart0_active {
0083                 pins = "GP_O0", "GP_O1";
0084                 function = "client_b";
0085         };
0086 };