summaryrefslogtreecommitdiff
path: root/dts/gs201-tangorpro-sbbm.dtsi
blob: bb9c947dddb34cb8ecaaa9afa6fcc92626657f24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// SPDX-License-Identifier: GPL-2.0-only
/*
 * SideBand Bit Multiplexer device tree source
 *
 * Copyright 2022 Google LLC.
 *
 * 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 <dt-bindings/pinctrl/samsung.h>
#include <dt-bindings/gpio/gpio.h>
/ {
	fragment@sbbmux {
		target-path = "/";
		__overlay__ {
			sbb_mux: sbb-mux {
				compatible = "google,sbb-mux";
				gpios = <&gpp18 0 0>, <&gpp18 1 0>, <&gpp18 3 0>, <&gpp18 2 0>;
				gpio_names = "C1_T0__KIBBLE1_TRIG0",
						"C1_T1__KIBBLE1_TRIG1",
						"C1_T2__KIBBLE1_TRIG2",
						"C1_T3__KIBBLE1_TRIG3";
				default_signals = "gp_region_0", "gp_region_1",
							"gp_region_2", "gp_region_3";
			};
		};
	};
};