1 // SPDX-License-Identifier: GPL-2.0
4 #include <dt-bindings/input/linux-event-codes.h>
5 #include <dt-bindings/input/gpio-keys.h>
7 #include "tegra234-p3767.dtsi"
8 #include "tegra234-p3768-0000.dtsi"
11 compatible = "nvidia,p3768-0000+p3767-0000", "nvidia,p3767-0000", "nvidia,tegra234";
12 model = "NVIDIA Jetson Orin NX Engineering Reference Developer Kit";
21 compatible = "nvidia,tegra194-hsuart";
22 reset-names = "serial";
27 compatible = "nvidia,tegra194-hsuart";
28 reset-names = "serial";
33 assigned-clocks = <&bpmp TEGRA234_CLK_PWM3>;
34 assigned-clock-parents = <&bpmp TEGRA234_CLK_PLLP_OUT0>;
39 nvidia,model = "NVIDIA Jetson Orin NX HDA";
48 compatible = "gpio-keys";
51 label = "Force Recovery";
52 gpios = <&gpio TEGRA234_MAIN_GPIO(G, 0) GPIO_ACTIVE_LOW>;
53 linux,input-type = <EV_KEY>;
59 gpios = <&gpio_aon TEGRA234_AON_GPIO(EE, 4) GPIO_ACTIVE_LOW>;
60 linux,input-type = <EV_KEY>;
61 linux,code = <KEY_POWER>;
62 wakeup-event-action = <EV_ACT_ASSERTED>;
68 gpios = <&gpio TEGRA234_MAIN_GPIO(G, 2) GPIO_ACTIVE_LOW>;
69 linux,input-type = <EV_KEY>;
70 linux,code = <KEY_SLEEP>;
75 cooling-levels = <0 88 187 255>;
78 vdd_3v3_pcie: regulator-vdd-3v3-pcie {
79 compatible = "regulator-fixed";
80 regulator-name = "VDD_3V3_PCIE";
81 regulator-min-microvolt = <3300000>;
82 regulator-max-microvolt = <3300000>;
83 gpio = <&gpio_aon TEGRA234_AON_GPIO(AA, 5) GPIO_ACTIVE_HIGH>;
88 label = "NVIDIA Jetson Orin NX APE";
95 cooling-device = <&fan 0 1>;
96 trip = <&tj_trip_active0>;
100 cooling-device = <&fan 1 2>;
101 trip = <&tj_trip_active1>;
105 cooling-device = <&fan 2 3>;
106 trip = <&tj_trip_active2>;