summaryrefslogtreecommitdiffstats
path: root/arch/mips/dts/rzx50.dts
blob: 7ec33526669788136160376daa71f16168367274 (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
/dts-v1/;

#include "jz4755.dtsi"

/ {
	model = "Ritmix RZX-50";
	compatible = "ritmix,rzx50";

	memory {
		reg = <0x00000000 0x4000000>;
	};

	gpio-leds {
		compatible = "gpio-leds";

		lcd-backlight-enable {
			label = "lcd backlight";
			gpios = <&gpio4 22 0>;
			linux,default-trigger = "default-on";
		};
	};
};

&serial1 {
	status = "okay";
};