summaryrefslogtreecommitdiff
path: root/mtcpmhs/gpio-expander-0.1.dtso
diff options
context:
space:
mode:
authorVyacheslav Pedash <vyacheslav.pedash@globallogic.com>2022-08-23 14:44:28 +0300
committerVyacheslav Pedash <vyacheslav.pedash@globallogic.com>2022-08-23 14:44:28 +0300
commita75f4a12bdd234c442bdb78761d4fa64015e4405 (patch)
tree5ea6f5236cfaff315ef8693c91f20d8db935110d /mtcpmhs/gpio-expander-0.1.dtso
parentb9d424fe24d8138846ad74ccd8f31bcc819e76a3 (diff)
downloadmt-dt-overlay-a75f4a12bdd234c442bdb78761d4fa64015e4405.tar.gz
mt-dt-overlay-a75f4a12bdd234c442bdb78761d4fa64015e4405.tar.bz2
mt-dt-overlay-a75f4a12bdd234c442bdb78761d4fa64015e4405.zip
MTX-4571 Add support for MTCDT3-AC v 0.2
Diffstat (limited to 'mtcpmhs/gpio-expander-0.1.dtso')
-rw-r--r--mtcpmhs/gpio-expander-0.1.dtso50
1 files changed, 0 insertions, 50 deletions
diff --git a/mtcpmhs/gpio-expander-0.1.dtso b/mtcpmhs/gpio-expander-0.1.dtso
deleted file mode 100644
index e3126db..0000000
--- a/mtcpmhs/gpio-expander-0.1.dtso
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * DTS overlay for MTCDT3 0.1 hardware version.
- */
-
-/dts-v1/;
-/plugin/;
-
-/*
- * Location(s):
- * Put: MTCDT3/0.1/gpio-expander.dtbo
- */
-
-#include "am4372.dtsi"
-#include <dt-bindings/pinctrl/am43xx.h>
-#include <dt-bindings/pwm/pwm.h>
-#include <dt-bindings/gpio/gpio.h>
-
-
-/ {
- compatible = "ti,am437x-gp-evm", "ti,am4372", "ti,am43";
- fragment@0 {
- target-path = "/ocp@44000000/interconnect@48000000/segment@0/target-module@2a000/i2c@0";
- __overlay__ {
- gpiom1: gpio@19 {
- compatible = "nxp,pca9557";
- gpio-controller;
- #gpio-cells = <2>;
- reg = <0x19>;
- interrupt-parent = <&gpio1>;
- interrupts = <7 IRQ_TYPE_LEVEL_LOW>;
- interrupt-controller;
- #interrupt-cells=<2>;
- gpio-line-names = "", "", "modesel_0", "modesel_1", "termination_en", "RTS_override", "gpio_exp_led", "";
- }; /*gpio@20*/
- }; /*overlay*/
- }; /*fragment@0*/
-
- fragement@1 {
- target-path = "/";
- __overlay__ {
- leds-exp {
- compatible = "gpio-leds";
- led-gpio {
- gpios = <&gpiom1 6 GPIO_ACTIVE_LOW>;
- default-state = "off";
- }; /*led-gpio*/
- }; /*leds-exp*/
- }; /*overlay*/
- }; /*fragement@1*/
-};