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.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 bus@0 { 15 hda@3510000 { 16 nvidia,model = "NVIDIA Jetson Orin Nano HDA"; 17 }; 18 }; 19 20 pwm-fan { 21 cooling-levels = <0 88 187 255>; 22 }; 23 24 sound { 25 label = "NVIDIA Jetson Orin Nano APE"; 26 }; 27 28 thermal-zones { 29 tj-thermal { 30 cooling-maps { 31 map-active-0 { 32 cooling-device = <&fan 0 1>; 33 trip = <&tj_trip_active0>; 34 }; 35 36 map-active-1 { 37 cooling-device = <&fan 1 2>; 38 trip = <&tj_trip_active1>; 39 }; 40 41 map-active-2 { 42 cooling-device = <&fan 2 3>; 43 trip = <&tj_trip_active2>; 44 }; 45 }; 46 }; 47 }; 48}; 49