2015-12-13 16:55:36 +08:00
|
|
|
/*
|
|
|
|
* am335x-sbc-t335.dts - Device Tree file for Compulab SBC-T335
|
|
|
|
*
|
|
|
|
* Copyright (C) 2014 - 2015 CompuLab Ltd. - http://www.compulab.co.il/
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "am335x-cm-t335.dts"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "CompuLab CM-T335 on SB-T335";
|
|
|
|
compatible = "compulab,sbc-t335", "compulab,cm-t335", "ti,am33xx";
|
|
|
|
};
|
2015-12-13 16:55:37 +08:00
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
/* GPIO extender */
|
|
|
|
gpio_ext: pca9555@26 {
|
|
|
|
compatible = "nxp,pca9555";
|
|
|
|
pinctrl-names = "default";
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
reg = <0x26>;
|
|
|
|
};
|
|
|
|
};
|