1 // SPDX-License-Identifier: GPL-2.0-or-later 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 2 /* 3 * Copyright 2020 Linutronix GmbH 3 * Copyright 2020 Linutronix GmbH 4 * Author: Benedikt Spranger <b.spranger@linutr 4 * Author: Benedikt Spranger <b.spranger@linutronix.de> 5 */ 5 */ 6 6 7 /dts-v1/; 7 /dts-v1/; 8 #include "sun7i-a20-lamobo-r1.dts" 8 #include "sun7i-a20-lamobo-r1.dts" 9 9 10 / { 10 / { 11 model = "Lamobo R1"; 11 model = "Lamobo R1"; 12 compatible = "linutronix,testbox-v2", 12 compatible = "linutronix,testbox-v2", "lamobo,lamobo-r1", "allwinner,sun7i-a20"; 13 13 14 leds { 14 leds { 15 led-opto1 { 15 led-opto1 { 16 label = "lamobo_r1:opt 16 label = "lamobo_r1:opto:powerswitch"; 17 gpios = <&pio 7 3 GPIO 17 gpios = <&pio 7 3 GPIO_ACTIVE_HIGH>; 18 }; 18 }; 19 19 20 led-opto2 { 20 led-opto2 { 21 label = "lamobo_r1:opt 21 label = "lamobo_r1:opto:relay"; 22 gpios = <&pio 7 5 GPIO 22 gpios = <&pio 7 5 GPIO_ACTIVE_HIGH>; 23 }; 23 }; 24 }; 24 }; 25 }; 25 }; 26 26 27 &i2c2 { 27 &i2c2 { 28 clock-frequency = <100000>; 28 clock-frequency = <100000>; 29 status = "okay"; 29 status = "okay"; 30 30 31 eeprom: eeprom@50 { 31 eeprom: eeprom@50 { 32 compatible = "atmel,24c08"; 32 compatible = "atmel,24c08"; 33 reg = <0x50>; 33 reg = <0x50>; 34 status = "okay"; 34 status = "okay"; 35 }; 35 }; 36 36 37 atecc508a@60 { 37 atecc508a@60 { 38 compatible = "atmel,atecc508a" 38 compatible = "atmel,atecc508a"; 39 reg = <0x60>; 39 reg = <0x60>; 40 }; 40 }; 41 }; 41 }; 42 42 43 &can0 { 43 &can0 { 44 pinctrl-names = "default"; 44 pinctrl-names = "default"; 45 pinctrl-0 = <&can_ph_pins>; 45 pinctrl-0 = <&can_ph_pins>; 46 status = "okay"; 46 status = "okay"; 47 }; 47 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.