1// SPDX-License-Identifier: GPL-2.0 2/dts-v1/; 3 4#include <dt-bindings/input/linux-event-codes.h> 5#include <dt-bindings/input/gpio-keys.h> 6 7#include "tegra234-p3767-0005.dtsi" 8#include "tegra234-p3768-0000.dtsi" 9 10/ { 11 compatible = "nvidia,p3768-0000+p3767-0005", "nvidia,p3767-0005", "nvidia,tegra234"; 12 model = "NVIDIA Jetson Orin Nano Developer Kit"; 13 14 pwm-fan { 15 cooling-levels = <0 187 255>; 16 }; 17 18 thermal-zones { 19 tj-thermal { 20 cooling-maps { 21 map-active-0 { 22 cooling-device = <&fan 0 1>; 23 trip = <&tj_trip_active0>; 24 }; 25 26 map-active-1 { 27 cooling-device = <&fan 1 2>; 28 trip = <&tj_trip_active1>; 29 }; 30 }; 31 }; 32 }; 33}; 34